用SSH登录到Linux的时候,由于默认的连接超时时间很短,经常断开!
1、修改文件
# vi /etc/ssh/sshd_config
2、重启sshd服务
systemctl reload sshd
`单行代码`