sshd -i problem under 2.1.1p4 as well

David Duffy davidD at qimr.edu.au
Tue Jul 18 11:14:59 EST 2000


On Mon, 17 Jul 2000, Damien Miller wrote:

> Does this help?
> Index: sshd.c
> ===================================================================
> RCS file: /var/cvs/openssh/sshd.c,v
> retrieving revision 1.85
> diff -u -r1.85 sshd.c
> --- sshd.c	2000/07/11 23:45:27	1.85
> +++ sshd.c	2000/07/17 12:42:17
> @@ -642,6 +642,7 @@
>  		s2 = dup(s1);
>  		sock_in = dup(0);
>  		sock_out = dup(1);
> +		startup_pipe = -1;
>  		/*
>  		 * We intentionally do not close the descriptors 0, 1, and 2
>  		 * as our code for setting the descriptors won\'t work if

Indeed it does! Thanking you, 

David Duffy.






More information about the openssh-unix-dev mailing list