No open channels after timeout

Markus Friedl markus at openbsd.org
Thu Nov 29 00:02:21 EST 2001


On Mon, Nov 26, 2001 at 08:22:35PM +0000, Jim Breton wrote:
> On Mon, Nov 26, 2001 at 10:47:10AM +0100, Markus Friedl wrote:
> > the server has enabled the keep alive hack, and this
> > conflicts with the -N client option.
> 
> Ahh.  OK, thank you.  Is there a work-around for this?  Looks like the
> client can turn KeepAlive on and off, but I don't see any way for the
> client to turn off ClientAlive?
> 
> Running the following seems to work but is a "Crude Hack" (TM):
> 
> ssh -T tarkin > /dev/null 2>&1

i think you have to hack ssh.c and make sure
that

                id = ssh_session2_open();
is allways called in ssh_session2()



More information about the openssh-unix-dev mailing list