摘要: 针对SSH命令工具超时的解决方法: 1.在命令行输入这两行代码,即可完成 echo export TMOUT=1000000 >> /root/.bash_profile cat /root/.bash_profil 2.重启 service sshd restart 3.退出在进去 exit 亲测 阅读全文
posted @ 2017-07-18 15:28 CodeProducter 阅读(512) 评论(0) 推荐(0)