Re: ssh/sshd question

2014-08-05 Thread Andreas Kusalananda Kähäri
Hi, I don’t know if you solved your problem, but I had a similar issue and solved it by using “ServerAliveInterval 30” and “ServerAliveCountMax 4” in my ~/.ssh/config file. See “man ssh_config” for what this means. Cheers, -- Andreas Kusalananda Kähäri System Developer at BILS Uppsala

ssh/sshd question

2014-08-01 Thread William H. Magill
I have not been doing much work via ssh since upgrading to 10.9 (Mavericks), so while this occurrence is new to me, it may be related to the update. I'm working between an iMac and a Mac Mini - both are running 10.9.4 and OSX Server 3.1.2 What I am encountering is -- if I have multiple windows

Re: ssh/sshd question

2014-08-01 Thread Richard L. Hamilton
While there are a couple of server (/etc/sshd_config) parameters for keepalives, I doubt they would force an idle timeout (notwithstanding a lot of people claiming that they will). There is a client (/etc/ssh_config) side parameter ConnectTimeout, but I think that's to keep from having to wait

Re: ssh/sshd question

2014-08-01 Thread Brandon Allbery
On Fri, Aug 1, 2014 at 9:51 PM, Richard L. Hamilton rlha...@smart.net wrote: While there are a couple of server (/etc/sshd_config) parameters for keepalives, I doubt they would force an idle timeout (notwithstanding a lot of people claiming that they will). TcpKeepAlive would, but it's