SecureCRT 会话空闲时超时退出

经常使用securecrt的时候会有timed out waiting for input: auto-logout,然后会话退出了

 解决办法,有两个:

1.修改 

vim /etc/profile

TMOUT=60 #or the number of seconds you want 

. /etc/profile 

echo $TMOUT 


2.在.bash_profile 文件中添加

export TMOUT=60 

 

http://www.walkernews.net/2007/05/15/how-to-auto-logout-user-in-linux/ 

 

posted on 2011-04-21 14:54  阿笨猫  阅读(5874)  评论(0编辑  收藏  举报