https://bugzilla.mindrot.org/show_bug.cgi?id=2492
--- Comment #10 from Volth <[email protected]> --- Yes. Even of you cannot reproduce the issue in a very visible form, if you log the exchange between ssh client and server, you may notice that almost always the server sends "exit-status" message before the last piece of the data (even without pty). If that last read() returns success, this reordering makes no harm (I tend not to see the reordering as a bug). You can consider the reordering is a bug and try to fix it, then it will automatically fix this bug. On Ubuntu 15.04 there is no reordering, it is something introduced in Ubuntu 15.10. Perhaps a bigger buffer. -- 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
