摘要: 修改云服务器 ssh 配置文件(1)打开配置文件: vim /etc/ssh/sshd_config (2)找到下面两行: #ClientAliveInterval 0 #ClientAliveCountMax 3 (3)去掉注释,并修改其值: ClientAliveInterval 30 Clie 阅读全文
posted @ 2020-05-20 21:55 程序生(Codey) 阅读(122) 评论(0) 推荐(0)