pacmanager
pacmanager copied to clipboard
Keepalive?
Is there a way to keep connections alive? My SSH connections die after some number of minutes if there's no output in the terminal.
On host settings -> "SSH" Options -> "Advanced Options" tab you can add additional ssh options like: ServerAliveInterval and this should keep you session alive
Thanks @Lupul. Happy to report that adding ServerAliveInterval does keep the session alive