天天看點

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/