跳过正文

Windows

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