Prevent SSH from timing out

Posted Over 13 years ago. Visible to the public.

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

Host *
  ServerAliveInterval 55
  ServerAliveCountMax 2
Tobias Kraze
Last edit
Over 12 years ago
Keywords
time, out, timeout, keep, alive, keep, die
License
Source code in this card is licensed under the MIT License.
Posted by Tobias Kraze to makandra dev (2010-10-04 08:44)