vim /etc/ssh/sshd_config找到以下两项配置
#ClientAliveInterval 0#ClientAliveCountMax 3修改为
ClientAliveInterval 30ClientAliveCountMax 864001、客户端每隔多少秒向服务发送一个心跳数据
2、客户端多少秒没有相应,服务器自动断掉连接
重启sshd服务(centos7+)