1、编辑sshd配置文件:
vim /etc/ssh/sshd_config ClientAliveInterval 60 ClientAliveCountMax 3
2、修改后重启sshd服务:
systemctl restart sshd