现象:ssh连接以后,服务器会主动断开连接,wireshark抓包,发线服务器会tcp rst,断开ssh连接
解决尝试:1、修改会话超时时间;2、客户端主动间隔性向服务器发送保活报文;3、服务端主动间隔性向客户端发送保活报文 全部失败
参考下面的资料都尝试了,无解
参考:
1、http://www.talkwithtrend.com/Question/225451
2、https://unix.stackexchange.com/questions/259225/packet-write-wait-broken-pipe-even-leaving-top-running
3、http://blog.topspeedsnail.com/archives/3717
4、https://bingozb.github.io/61.html
5、http://www.cnblogs.com/fbwfbi/archive/2013/05/06/3063331.html