https://bugzilla.mindrot.org/show_bug.cgi?id=2573
--- Comment #5 from Darren Tucker <[email protected]> --- A suggestion for a possible reproduction case: find the sshd handling a given connection on the server and kill -STOP it. Note that ~ is only recognised after a carriage return, are you always hitting enter before ~? Thinking about it, if the input channel buffer was full that might stop ssh reading input and thus processing escapes. What kind of activity were you doing in the cases where you observed it? Also, if you do happen to observe it, stracing the hung ssh might help. (i'd expect it to be blocked in select() but I could be wrong). -- 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
