bugzilla-daemon at mindrot.org
2021-Jun-21 06:58 UTC
[Bug 3323] New: Add an addition message for explaining the exit status.
https://bugzilla.mindrot.org/show_bug.cgi?id=3323 Bug ID: 3323 Summary: Add an addition message for explaining the exit status. Product: Portable OpenSSH Version: 7.6p1 Hardware: 68k OS: OpenBSD Status: NEW Severity: enhancement Priority: P4 Component: sshd Assignee: unassigned-bugs at mindrot.org Reporter: yewenqi at cn.ibm.com Usually we will open the debug mode to trace the connection and locate the problem. When the server side is disconnect, client side will get a message "debug1: Exit status -1". Some non-experienced users will be misled by this message and think that the issue resides on the client side. Whether we can add an addition message for explaining the exit status is from which side? Such as "debug1: Exit status 1 from remote server hostname.xyz". -- You are receiving this mail because: You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2021-Aug-27 03:33 UTC
[Bug 3323] Add an addition message for explaining the exit status.
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.
bugzilla-daemon at mindrot.org
2022-Feb-25 02:57 UTC
[Bug 3323] Add an addition message for explaining the exit status.
https://bugzilla.mindrot.org/show_bug.cgi?id=3323 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #2 from Damien Miller <djm at mindrot.org> --- closing bugs resolved before openssh-8.9 -- 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.