perseo22 / pacmanager

Perl/GTK Gnome SSH GUI on steroids. Configure SSH/Telnet connections: users, passwords, EXPECT regular expressions, macros, ...
https://sites.google.com/site/davidtv/
GNU General Public License v3.0
211 stars 49 forks source link

Keepalive? #33

Open dandv opened 8 years ago

dandv commented 8 years ago

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.

Lupul commented 7 years ago

On host settings -> "SSH" Options -> "Advanced Options" tab you can add additional ssh options like: ServerAliveInterval and this should keep you session alive

dandv commented 7 years ago

Thanks @Lupul. Happy to report that adding ServerAliveInterval does keep the session alive