解决timed out waiting for input: auto-logout问题
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
- 问题描述
远程登录服务器后,第二天回来跟服务器的连接总是断开,断开信息为:
timed out waiting for input: auto-logout
- 解决方案
为了增强linux系统的安全性,需要在用户输入空闲一段时间后自动断开,这个操作是TMOUT值来实现的。查看系统环境变量$TMOUT :
$ echo $TMOUT
32400
32400
是9个小时,意味着Linux系统的空闲等待时间为9个小时,为了第二天仍能保持与Linux服务器的连接,需要重新设置TMOUT。
- 修改方法
sudo vim /etc/profile
,将TMOUT=32400
改为TMOUT=86400
,保存。source /etc/profile
让配置立即生效。echo $TMOUT
确认TMOUT的值已被修改。
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献11条内容
所有评论(0)