How do I auto Logout my shell user in Linux after certain minutes of inactivity?
{ 1 comment }
{ 0 comments }
My development and testing webserver is used by over 100s of users. These users login from Windows XP, Linux, Mac OS X system via ssh. How do I set or automatically log users out after a period of inactivity under CentOS Linux server to improve server security and save some resources?
{ 13 comments }
Q. We have a few users who frequently forget to log out and I’d like to force them or automatically log out a user in case of inactivity detected. How do I force user to be logged out automatically? A. BASH provides TMOUT variable. It is necessary for security reasons to have an inactive user [...]
{ 4 comments }