Keep Alive SSH Sessions

·

1 min read

To enable the keep alive system-wide (root access required),

$ sudo nano /etc/ssh/ssh_config

or just your user

$ ~/.ssh/config

and add a line: ServerAliveInterval 300

Screen-Shot-2017-01-12-at-12.15.49-PM.png

Quit Terminal, and reopen.