https://bugzilla.mindrot.org/show_bug.cgi?id=2079
--- Comment #2 from Eric <[email protected]> --- This fixes it for me on the openssh 6.1p1 tree: change mux.c:226 from if (sc->type != SSH_CHANNEL_OPEN) { to: if (sc->type != SSH_CHANNEL_OPEN && sc->type != SSH_CHANNEL_OPENING) { -- 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 [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
