How do you disconnect inactive user sessions?
One of our regular reader hall sends an interesting question:
I work for a small company and most user login to centralized Linux server. I’d like to
automatically log out all inactive users from server for various reasons. How do I disconnect inactive user sessions?
To be frank, I don’t have any clear cut answer to question. There are at least 4-5 shells installed on a typical Linux installation. Also most user have has control over their own environment and user can switch to a different shell.
I hope our reader or seasoned UNIX admin can help to answer this question. Please share the experiences and advice in the comments.
Update: Checkout answer below in comments!
Want to stay up to date with the latest Linux tips, news and announcements? Subscribe to our free e-mail newsletter or full RSS feed to get all updates.
You can Email this page to a friend.
You may also be interested in...
- Linux turn OFF password expiration / aging
- Solaris adding new user accounts
- When a user logs in what files are updated in UNIX / Linux
- Linux screen command tutorial / how to
- nixCraft FAQ roundup
Discussion on This Article:
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!
Tags: inactive_users, Linux, linux_installation, linux_server, questions, sessions, shells, UNIX, unix_admin ~ Last updated on: July 11, 2007


you can do this in sshd_config file:
Set idle session timeout to 15 min:
ClientAliveInterval 300
ClientAliveCountMax 3
Another way: for bash and Korn-shell, setting
TMOUT=7200in /etc/profile will logout users after 2 hours of inactivity.
Hey I just added three of your articles to fsdaily.com which is a site like digg but for news and article about free software.
Can you please add an “FSD it” link to your list of service links? It’ll make it easier for me (or anyone else) to do it with future articles you write.
The link for this article would be:
URL
Thanks.