在你的登录账户下的.ssh文件夹新建一个文件:config

cd ~/.ssh

config的文件中,内容为:

host *
ControlMaster auto
ControlPath ~/.ssh/master-%r@%h:%p

在linux里面,像secureCRT一样,复制session,不需要重复输入密码

相关文章:

  • 2021-04-17
  • 2022-12-23
  • 2022-12-23
  • 2022-01-02
  • 2022-12-23
猜你喜欢
  • 2021-12-16
  • 2021-07-30
  • 2021-09-02
  • 2021-09-22
  • 2021-12-25
  • 2022-12-23
相关资源
相似解决方案