Edit your ssh_config file like this:
/etc/ssh/ssh_config: ServerAliveInterval 30
This will cause your SSH client to send a keep alive ping every 30 seconds to the server.
Edit your ssh_config file like this:
/etc/ssh/ssh_config: ServerAliveInterval 30
This will cause your SSH client to send a keep alive ping every 30 seconds to the server.