➜ ~ pwd
/Users/muahao
➜ ~ cat ~/.ssh/config
Host *
ServerAliveInterval 60
ControlMaster auto
ControlPath ~/.ssh/%h-%p-%r
ControlPersist yes
转载于:https://www.cnblogs.com/muahao/p/7646827.html
➜ ~ pwd
/Users/muahao
➜ ~ cat ~/.ssh/config
Host *
ServerAliveInterval 60
ControlMaster auto
ControlPath ~/.ssh/%h-%p-%r
ControlPersist yes
转载于:https://www.cnblogs.com/muahao/p/7646827.html