会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Kite Fly
one by one step.
首页
新随笔
管理
2017年7月18日
SSH防止超时的设置
摘要: 针对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)