随笔分类 -  SSH

摘要:修改 /etc/ssh/sshd_config 添加以下3句 TCPKeepAlive yes ClientAliveInterval 60 ClientAliveCountMax 3 重启服务 service sshd restart systemctl reload sshd 阅读全文
posted @ 2020-04-29 10:04 鲨鱼大王 阅读(196) 评论(0) 推荐(0)