Antwort: Re: sshd does not exit after scp (hpux 11.00 / ssh 2.1 .1p1)
Kevin Steves
stevesk at sweden.hp.com
Sun Jul 9 06:20:52 EST 2000
On Sat, 8 Jul 2000, Damien Miller wrote:
> > not really... On a non-trusted system with HP AnsiC it seems to work if
> > changing shutdown(fdin, SHUT_WR) to shutdown(fdin, SHUT_RDWR)
> > in serverloop.c (lines 320 & 464)
Strange, I'll try this in my environment when I get a chance.
> > On a trusted system with gcc however this does not seem to have any
> > effect. Here I use #define USE_PIPES 1 in includes.h as workaround
>
> Does USE_PIPES fix the problem on the non-trusted system as well?
>
> If so we can set this automatically in configure.
Yes, but the socketpair() method should work, so it's just a case of
finding where the problem lies.
More information about the openssh-unix-dev
mailing list