putty中解决SSH连接超时断开的两种方法

admin 发布于:2013-12-6 11:49  有 2554 人浏览,获得评论 0 条 标签: putty 

1. 启用putty keepalive

putty -> Connection -> Seconds between keepalives ( 0 to turn off ),默认为0,改为60。

 

2 .在 linux下的ssh命令:vim /etc/ssh/ssh_config

然后找到里面的ServerAliveInterval 参数,如果没有你同样自己加一个就好了。参数意义相同,都是秒数,比如10分钟:

ServerAliveInterval 600

 

上一篇:中文分词系统
下一篇:Android之HelloWorld