Linux下设置ssh登录超时时间并打开ssh保活配置

[复制链接] |主动推送
查看19 | 回复0 | 2024-9-11 18:06:29 | 显示全部楼层 |阅读模式
vi /etc/profile
export TMOUT=300
将 “export TMOUT” 的值修改为 “300”(300 秒,即5分钟)。
source /etc/profile
2. 进入 /etc/ssh 目录。
3. 执行 vi  /etc/ssh/sshd_config 命令修改 sshd_config 配置文件。
打开 SSH 保活配置,将注释取消。
将 “ClientAliveInterval” 设置为 “300”;
将 “ClientAliveCountMax” 设置为 “1”。
systemctl restart sshd
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则