用xshell连接服务器总是报错 connection closed by foreign host,害的我一个程序每次都跑到一半
解决方案是:
sudo vim /etc/ssh/sshd_config
添加两行:
ClientAliveInterval 60
ClientAliveCountMax 3
sudo /etc/init.d/ssh restart
遇到使用xshell连接服务器时出现'connection closed by foreign host'错误的问题?本篇教程将提供详细的解决步骤,包括修改sshd_config配置文件添加ClientAliveInterval和ClientAliveCountMax参数,以及重启SSH服务以实现稳定连接。
用xshell连接服务器总是报错 connection closed by foreign host,害的我一个程序每次都跑到一半
解决方案是:
sudo vim /etc/ssh/sshd_config
添加两行:
ClientAliveInterval 60
ClientAliveCountMax 3
sudo /etc/init.d/ssh restart
5262

被折叠的 条评论
为什么被折叠?