vi /etc/ssh/sshd_config
-
服务器端要设置客户的超时重连:
ClientAliveCountMax 3 #默认重连 3 次 ClientAliveInterval 30 #30s 重连一次
重启服务 service sshd 或 service sshd restart
vi /etc/ssh/sshd_config
服务器端要设置客户的超时重连:
ClientAliveCountMax 3 #默认重连 3 次
ClientAliveInterval 30 #30s 重连一次
重启服务 service sshd 或 service sshd restart