Stopping SSH from Dropping Connections

2005-03-05T16:10:00Z

When my laptop was behind my NAT router, SSH would disconnect after a few minutes of inactivity. I added the following to my .ssh/config file.

# This is Russell's attempt to stop ssh connections from ending when
# behind a firewall.
ServerAliveInterval=300

This seems to fix the problem.

Tags

, ,

Russell O’Connor: contact me