分类: LINUX
2015-02-06 00:19:07
解决办法都是设置参数TMOUT的值,当闲置达到设置值时,屏幕显示timed out waiting for input: auto-logout并断开当前telnet连接,有两种设置方式:【注意:设置只对新登录的用户生效,已经登录的用户需要退出重新登录。】
1.修改
vim /etc/profile
TMOUT=60 #这里可设置自己想要的任意时间,单位为秒
2.在.bash_profile 文件中添加
export TMOUT=60