https://bugzilla.mindrot.org/show_bug.cgi?id=3323
Damien Miller <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX CC| |[email protected] Status|NEW |RESOLVED --- Comment #1 from Damien Miller <[email protected]> --- I think the existing debug message is accurate because it literally shows what the client will exit with. The next line after that debug message is exit(exit_status) :) Moreover, this value will not always be derived from the server - there a number of cases where it's possible for the value to come from the client alone: ssh -N and a server that doesn't send the channel exit-status message (which is optional in the protocol) are two that come to mind. -- 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
