经常使用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/