You can also use the:
Code:
Code:
if [ -n "$SSH_CONNECTION" ]; then export TMOUT=300; fi
Logout ssh user automatically after specified time
This will check if a user is logged in using ssh and will log out the user automatically after the specified time in seconds without data retrieval on the server side.
Will work with bash and zsh so put it into your sourced shell file on the server side.
Be aware that users can change this themselves as it's just a envoronment variable.
From :
http://www.commandlinefu.com/command...specified-time
Recent comments
1 day 11 hours ago
1 day 14 hours ago
1 day 16 hours ago
1 day 17 hours ago
1 day 19 hours ago
1 day 20 hours ago
1 day 21 hours ago
2 days 13 hours ago
2 days 14 hours ago
2 days 18 hours ago