Re: Disabling ssh timeouts?

2009-05-13 Thread Anthony M. Rasat
Steve Kargl wrote: I'm trying to running the GCC testsuite, which is not an interactive job. Once it starts, it writes to stdout when an error occurs or the testsuite moves to a new major I think you'd better use screen. First, ssh to your machine, start screen without any parameter, then

Re: Disabling ssh timeouts?

2009-05-13 Thread Wojciech Puchar
Read from remote host troutmask.apl.washington.edu: Connection reset by peer Connection to troutmask.apl.washington.edu closed. The only way I'v efound to complete a run of the GCC testsuite is to sit at the terminal and hit enter every so often. Also there is screen program. note, nohup

Re: Disabling ssh timeouts?

2009-05-13 Thread Chris Rees
2009/5/13 Wojciech Puchar woj...@wojtek.tensor.gdynia.pl: Read from remote host troutmask.apl.washington.edu: Connection reset by peer Connection to troutmask.apl.washington.edu closed. The only way I'v efound to complete a run of the GCC testsuite is to sit at the terminal and hit enter

Re: Disabling ssh timeouts?

2009-05-13 Thread Uwe Laverenz
Steve Kargl schrieb: Is there anyway to disable sshd from timing out a connection? I've tried setting ClientAliveCountMax and ClientAliveInterval and TCPKeepAlive in sshd.conf, but no combination that I've tried has worked. Possibly it's not ssh that closes the connection. Are there any

Re: Disabling ssh timeouts?

2009-05-13 Thread Tim Judd
On Tue, May 12, 2009 at 11:29 PM, Steve Kargl s...@troutmask.apl.washington.edu wrote: On Tue, May 12, 2009 at 11:14:26PM -0600, Tim Judd wrote: On Tue, May 12, 2009 at 11:03 PM, Steve Kargl s...@troutmask.apl.washington.edu wrote: Is there anyway to disable sshd from timing out a

Re: Disabling ssh timeouts?

2009-05-13 Thread Trevor S. Cornpropst
On Tue, 12 May 2009 22:03:33 -0700 Steve Kargl s...@troutmask.apl.washington.edu wrote: Is there anyway to disable sshd from timing out a connection? I've tried setting ClientAliveCountMax and ClientAliveInterval and TCPKeepAlive in sshd.conf, but no combination that I've tried has worked.

Re: Disabling ssh timeouts?

2009-05-13 Thread Jose Garcia Juanino
El miércoles 13 de mayo a las 07:03:33 CEST, Steve Kargl escribió: Is there anyway to disable sshd from timing out a connection? I've tried setting ClientAliveCountMax and ClientAliveInterval and TCPKeepAlive in sshd.conf, but no combination that I've tried has worked. [ ... ] Running

Re: Disabling ssh timeouts?

2009-05-13 Thread Steve Kargl
On Wed, May 13, 2009 at 04:54:33PM +0200, Jose Garcia Juanino wrote: El miércoles 13 de mayo a las 07:03:33 CEST, Steve Kargl escribió: Is there anyway to disable sshd from timing out a connection? I've tried setting ClientAliveCountMax and ClientAliveInterval and TCPKeepAlive in

Re: Disabling ssh timeouts?

2009-05-13 Thread Jose Garcia Juanino
El miércoles 13 de mayo a las 17:26:10 CEST, Steve Kargl escribió: On Wed, May 13, 2009 at 04:54:33PM +0200, Jose Garcia Juanino wrote: El miércoles 13 de mayo a las 07:03:33 CEST, Steve Kargl escribió: Is there anyway to disable sshd from timing out a connection? I've tried setting

Re: Disabling ssh timeouts?

2009-05-13 Thread Chad Perrin
On Tue, May 12, 2009 at 10:43:40PM -0700, Josh Carroll wrote: On Tue, May 12, 2009 at 10:03 PM, Steve Kargl s...@troutmask.apl.washington.edu wrote: Is there anyway to disable sshd from timing out a connection? I've tried setting  ClientAliveCountMax and ClientAliveInterval and

Re: Disabling ssh timeouts?

2009-05-13 Thread Chad Perrin
On Wed, May 13, 2009 at 08:26:10AM -0700, Steve Kargl wrote: Also, thanks, everyone for the tip about screen. Don't forget tmux. -- Chad Perrin [ original content licensed OWL: http://owl.apotheon.org ] Quoth Colin McFadyen: Unix is not an 'a-ha' experience, it is more of a 'holy-shit'

Disabling ssh timeouts?

2009-05-12 Thread Steve Kargl
Is there anyway to disable sshd from timing out a connection? I've tried setting ClientAliveCountMax and ClientAliveInterval and TCPKeepAlive in sshd.conf, but no combination that I've tried has worked. I'm trying to running the GCC testsuite, which is not an interactive job. Once it starts,

Re: Disabling ssh timeouts?

2009-05-12 Thread Chuck Robey
Steve Kargl wrote: Is there anyway to disable sshd from timing out a connection? I've tried setting ClientAliveCountMax and ClientAliveInterval and TCPKeepAlive in sshd.conf, but no combination that I've tried has worked. I'm trying to running the GCC testsuite, which is not an

Re: Disabling ssh timeouts?

2009-05-12 Thread Steve Kargl
On Wed, May 13, 2009 at 01:15:48AM -0400, Chuck Robey wrote: Steve Kargl wrote: Is there anyway to disable sshd from timing out a connection? I've tried setting ClientAliveCountMax and ClientAliveInterval and TCPKeepAlive in sshd.conf, but no combination that I've tried has worked.

Re: Disabling ssh timeouts?

2009-05-12 Thread Josh Carroll
On Tue, May 12, 2009 at 10:03 PM, Steve Kargl s...@troutmask.apl.washington.edu wrote: Is there anyway to disable sshd from timing out a connection? I've tried setting  ClientAliveCountMax and ClientAliveInterval and TCPKeepAlive in sshd.conf, but no combination that I've tried has worked. My