| Summary: | Regression: ssh -d with -o Connecttimeout= - does not show 'connection established' in the debug1 output | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Robert M <robert.mathieu> |
| Component: | ssh | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED WORKSFORME | ||
| Severity: | enhancement | CC: | djm |
| Priority: | P5 | ||
| Version: | 8.1p1 | ||
| Hardware: | ix86 | ||
| OS: | Linux | ||
|
Description
Robert M
2022-06-04 07:22:36 AEST
First, you don't seem to be using the OpenSSH that we ship but rather a 3rd-party modified FIPS version. You should seek assistance from whomever you got that from Second, we make no promises with regards to the stability of debug messages. They are not intended for consumption by anything other than humans. Finally, the message is still there https://github.com/openssh/openssh-portable/blob/V_9_0_P1/sshconnect.c#L522 - it hasn't been touched this century. It's possible that your modified version changed or removed the message, but we didn't. Closing bugs from OpenSSH 9.1 release cycle |