配置~/.ssh/config 内容如下:

Host *                                                                          
ControlMaster auto
ControlPersist yes 
ControlPath ~/.ssh/socket-%r@%h:%p

然后在~/.ssh下建立空socket文件,搞定

详细:http://www.ibm.com/developerworks/cn/aix/library/au-spunixpower.html

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-02
  • 2022-12-23
  • 2021-12-15
猜你喜欢
  • 2022-01-27
  • 2021-10-23
  • 2022-12-23
  • 2022-01-02
  • 2021-05-16
  • 2021-10-07
  • 2021-07-23
相关资源
相似解决方案