On Tue, Sep 3, 2013 at 3:20 PM, Howard White <[email protected]> wrote: > On 09/03/2013 03:18 PM, Sabuj Pattanayek wrote: >> >> assuming it's translating gui commands to ssh commands and then ssh is >> actually the thing timing out then look into setting >> ClientAliveInterval in sshd_config on the server and >> ServerAliveInterval in ~/.ssh/config or the system wide ssh_config on >> the client . > > Per your prior message, I have found the items you mention and am working in > that direction. Excellent assist. > > Probably could afford to do an "Asleep at the Prompt" session on this topic.
On machines where this is a problem, I generally do: ssh -o ServerAliveInterval=30 remotehost You could probably go longer, assuming you're not dealing with a dumb firewall (*cough*Sonicwall*cough*). -Tilghman -- -- You received this message because you are subscribed to the Google Groups "NLUG" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nlug-talk?hl=en --- You received this message because you are subscribed to the Google Groups "NLUG" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
