jianwei2
Results
2
comments of
jianwei2
#1358 I fixed it in my company. PR will be submitted later.
我在ubuntu上可以通过设置/etc/ssh/ssh_config Host jumper.xxxx.com ControlPath ~/.ssh/master-%r@%h:%p ControlMaster auto ControlPersist yes 来实现,或者 ssh -o ControlMaster=auto -o ControlPath=/tmp/ssh-3.21.sock xx 来实现