Last Updated: February 25, 2016
·
414
· chrisfarms

Prevent ssh session from timing out

Add the line:

ServerAliveInterval 60

to your /etc/ssh/ssh_config or ~/.ssh/config and prevent pesky ssh session death.