[Bug 3323] Add an addition message for explaining the exit status.
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Fri Aug 27 13:33:03 AEST 2021
https://bugzilla.mindrot.org/show_bug.cgi?id=3323
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |WONTFIX
CC| |djm at mindrot.org
Status|NEW |RESOLVED
--- Comment #1 from Damien Miller <djm at mindrot.org> ---
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.
More information about the openssh-bugs
mailing list