Mailing List Archive

[Bug 1384] client hangs against server lacking common channel requests
https://bugzilla.mindrot.org/show_bug.cgi?id=1384





--- Comment #1 from Damien Miller <djm@mindrot.org> 2008-05-08 23:12:18 ---
A fix for this bug has been committed and will be in OpenSSH 5.1:


> CVSROOT: /cvs
> Module name: src
> Changes by: djm@cvs.openbsd.org 2008/05/08 07:06:11
>
> Modified files:
> usr.bin/ssh : clientloop.c clientloop.h ssh.c
>
> Log message:
> Use new channel status confirmation callback system to properly deal
> with "important" channel requests that fail, in particular command exec,
> shell and subsystem requests. Previously we would optimistically assume
> that the requests would always succeed, which could cause hangs if they
> did not (e.g. when the server runs out of fds) or were unimplemented by
> the server (bz #1384)
>
> Also, properly report failing multiplex channel requests via the mux
> client stderr (subject to LogLevel in the mux master) - better than
> silently failing.
>
> most bits ok markus@ (as part of a larger diff)

--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs
[Bug 1384] client hangs against server lacking common channel requests [ In reply to ]
https://bugzilla.mindrot.org/show_bug.cgi?id=1384


Damien Miller <djm@mindrot.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED




--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs