https://bugzilla.mindrot.org/show_bug.cgi?id=3872
--- Comment #9 from Damien Miller <[email protected]> --- I think the problem is that reads from the client tty are blocking in channels.c:channel_handle_rfd() I'd expect reads from the TTY to be non-blocking, but that doesn't seem to be happening. No idea why yet and I don't understand how 289239046b2c could cause this. -- 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
