network error:software caused connection abort
作者:互联网
使用Putty链接阿里云香港服务器报这个错误。
vim /etc/ssh/sshd_config
找到如下配置
#ClientAliveInterval 540
#ClientAliveCountMax 10
修改为
ClientAliveInterval 5400 //90分钟
ClientAliveCountMax 100 //100次
如果没有添加这两个配置
标签:network,caused,vim,ClientAliveInterval,connection,abort,100,ClientAliveCountMax 来源: https://www.cnblogs.com/peteremperor/p/10488583.html