Andy
A-ndy.dev

Follow

A-ndy.dev

Follow

Keep Alive SSH Sessions

Andy's photo
Andy
·Jan 12, 2017·

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.

 
Share this