使用centos7.5 用Putty连接使用没多久就会出现 Network error:Software caused connection abort 

 

#修改sshd配置文件、修改3项配置即可

vi /etc/ssh/sshd_config

LoginGraceTime 0

TCPKeepAlive yes

ClientAliveInterval 60

 

#保存重启ssh

systemctl restart sshd

 

再次连接使用不再出现

相关文章:

  • 2022-02-27
  • 2022-12-23
  • 2021-05-26
  • 2021-07-27
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-27
  • 2022-12-23
  • 2022-12-23
  • 2022-01-01
相关资源
相似解决方案