编辑sshd配置文件
vi /etc/ssh/sshd_config
找到
#ClientAliveInterval 0
#ClientAliveCountMax 3
修改为
ClientAliveInterval 60
ClientAliveCountMax 3
重启sshd服务
service sshd restart
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
vi /etc/ssh/sshd_config
找到
#ClientAliveInterval 0
#ClientAliveCountMax 3
修改为
ClientAliveInterval 60
ClientAliveCountMax 3
service sshd restart
暂无评论内容