https://bugzilla.mindrot.org/show_bug.cgi?id=2437

Damien Miller <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
             Status|NEW                         |ASSIGNED

--- Comment #1 from Damien Miller <[email protected]> ---
I'm not sure how I missed this report at the time, but this bug is
reproducible.

The problem seems to be tty related and adding

+       ssh_signal(SIGTTIN, SIG_IGN);
+       ssh_signal(SIGTTOU, SIG_IGN);

to ssh.c makes it a little better: the 2nd window no longer hangs but
the first one still does.

-- 
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
_______________________________________________
openssh-bugs mailing list
[email protected]
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to