Changer le délais de déconnexion automatique pour les sessions SSH.
$ echo $TMOUT (1)
$ export TMOUT=600 (2)
$ export TMOUT= (3)
| 1 | Check if timeout is set in the distant machine shell (Bash, Zsh…) |
| 2 | Set a session timeout of 10 minutes (600 seconds) |
| 3 | Disable session timeout |