码迷,mamicode.com
首页 > 其他好文 > 详细

secureCRT无操作自动登出时间修改(亲测可用)

时间:2018-07-26 15:10:33      阅读:595      评论:0      收藏:0      [点我收藏+]

标签:input   put   文件   机器   tar   http   生效   操作   log   

转自:http://blog.sina.com.cn/s/blog_6bcf42010102vlt9.html

secureCRT连接机器经常会因为一段时间无操作就退出了,提示timed out waiting for input: auto-logout,让人非常恼火,可以通过修改以下文件来修改操作自动登出的时间:
用户根目录下的.bash_profile
cd ~
vim .bash_profile

添加一行
export TMOUT=3600 单位 秒

重新登录后就生效了
查看无操作自动登出时间
echo $TMOUT

secureCRT无操作自动登出时间修改(亲测可用)

标签:input   put   文件   机器   tar   http   生效   操作   log   

原文地址:https://www.cnblogs.com/zuizui1204/p/9371158.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!