SSH连接复用配置2023-01-09·313 字Tech SSH WindowsSSH配置 # # cd ~/.ssh # mkdir socks # vim config 增加如下内容 Host * KeepAlive yes ServerAliveInterval 60 ControlMaster auto ControlPersist yes ControlPath ~/.ssh/socks/%h-%p-%r 问题 # Windows环境下的配置文件权限问题 # Linux下目前没发现该问题,Windows环境报错如下