It means if your SSH session has no activities for some time configured, the session will be disconnected.
Timeotu value can be check by doing echo on $TMOUT
~]$ echo $TMOUT
900
For Linux Bash, usually the environment variable TMOUT is set either at the user level (.bashrc or .bash_profile) or at the system level (/etc/profile) to implement this security measure.
Comments
Post a Comment