解决ssh连接空闲自动断开
错误信息: client_loop: send disconnect: Broken pipe
以macOS的ssh客户端为例
$ cd /etc/ssh
$ sudo vim ssh_config
在ssh_config文件的最下方的Host *中新增
ServerAliveInterval 30
IPQoS=throughput
错误信息: client_loop: send disconnect: Broken pipe
以macOS的ssh客户端为例
$ cd /etc/ssh
$ sudo vim ssh_config
在ssh_config文件的最下方的Host *中新增
ServerAliveInterval 30
IPQoS=throughput
/etc/sshd/sshd_config
TCPKeepAlive yes