On Sun, Dec 30, 2007 at 09:40:32AM -0800, [EMAIL PROTECTED] wrote:
My unixshell.com VM keeps logging out my ssh terminal and it is very annoying. Even with autologout=0 it happens. I'll try this ServerAliveInterval setting.
The alive interval might help here. Since your environment on unixshell.com is entirely under your control, it is unlikely the timeout is happening there. You can do the alive interval either in the client config file with "ServerAliveInterval", or you can set it on the server side with ClientAliveInterval. This might be useful in this instance if you are coming from multiple places and don't want to have to configure each client separately. You can edit /etc/sshd_config on your unixshell.com host, right? Dave -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
