CentOS 7 延长SSHd会话时间,避免自动断开连接

用SSH登录到Linux的时候,由于默认的连接超时时间很短,经常需要短了后再连接,比较麻烦。可以修改下sshd的配置文件,然后重启sshd服务即可:

1、#vim /etc/ssh/sshd_config
搜索并修改:
ClientAliveInterval 0改为ClientAliveInterval 30 (每30秒往客户端发送会话请求,保持连接)
ClientAliveCountMax 3 (去掉注释即可,3表示重连3次失败后,重启SSH会话)

2、#重启sshd服务
systemctl start sshd.service

查看状态:
systemctl status sshd.service

启动服务:
systemctl start sshd.service

重启服务:
systemctl restart sshd.service

开机自启:
systemctl enable sshd.service

   

黑公网安备 23010302001330 黑ICP备16006342号

Copyright © 2005 淘主机 Taohost.com , All Rights Reserved

淘主机供应商:WHMCS管理系统金盾防火墙阿里云VEDNS 安全软件推荐: 服务器安全狗

 
QQ在线咨询
售前咨询热线
021-80392966
售后服务热线
021-80392966