chkconfig sshd on
[root@localhost ~]
# vim /etc/ssh/sshd_config
修改里面的ClientAliveInterval 0之后重启SSHD服务(生产服务器谨慎使用)
# /etc/init.d/sshd restart