| Summary: | Add an addition message for explaining the exit status. | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Vicky <yewenqi> |
| Component: | sshd | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED WONTFIX | ||
| Severity: | enhancement | CC: | djm |
| Priority: | P4 | ||
| Version: | 7.6p1 | ||
| Hardware: | 68k | ||
| OS: | OpenBSD | ||
|
Description
Vicky
2021-06-21 16:58:19 AEST
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. closing bugs resolved before openssh-8.9 |