当前位置: 技术问答>linux和unix
telnet ssh 连接超时控制办法
来源: 互联网 发布时间:2016-03-20
本文导语: 在Linux中分别ping, ssh, telnet, 到远程主机。 怎么控制连接时间, Connect Timeout 用Ping命令有控制发包参数,但是ssh和telnet就没有这些参数了 光 ssh,telnet加ip的话要等5分钟。 | SSH: 在下面的文件里面, /etc...
在Linux中分别ping, ssh, telnet, 到远程主机。
怎么控制连接时间,
Connect Timeout
用Ping命令有控制发包参数,但是ssh和telnet就没有这些参数了
光 ssh,telnet加ip的话要等5分钟。
怎么控制连接时间,
Connect Timeout
用Ping命令有控制发包参数,但是ssh和telnet就没有这些参数了
光 ssh,telnet加ip的话要等5分钟。
|
SSH:
在下面的文件里面,
/etc/ssh/sshd_config
有下面的记述,
KeepAlive
ClientAliveInterval
ClientAlivecountMax
修改上述的设定就可以了。
在下面的文件里面,
/etc/ssh/sshd_config
有下面的记述,
KeepAlive
ClientAliveInterval
ClientAlivecountMax
修改上述的设定就可以了。
|
telnet的话:
在/etc/profile里面,
修改 TMOUT=seconds
在/etc/profile里面,
修改 TMOUT=seconds