Prevent SSH from timing out

If you have problems with SSH session timing out, add the following to your /etc/.ssh/config:

Host *
  ServerAliveInterval 55
  ServerAliveCountMax 2
Tobias Kraze Over 13 years ago