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

转自: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

posted @ 2018-07-26 12:58  最最么么哒  阅读(627)  评论(0编辑  收藏  举报