Prevent SSH from timing out

Updated . Posted . 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
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)