| Summary: | Add operating system to OpenSSH version string | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Eric Brown <eric_wade_brown> |
| Component: | sshd | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> |
| Status: | CLOSED WONTFIX | ||
| Severity: | enhancement | ||
| Priority: | P2 | ||
| Version: | -current | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
Eric Brown
2004-08-28 15:10:45 AEST
That seems like a bad idea to me. OpenSSH is an SSH implementation, not an inventory system. If you're authorized to log on to the box and want to know what it's running, log on and run "uname -sr". If you're not authorized then sshd shouldn't give free hints. SunSSH may be based on OpenSSH originally, but it's a fork and current versions behave very differently. Even a "p" version doesn't guarantee that it's *not* running on OpenBSD: Portable builds and runs fine on OpenBSD too (in fact, it's the only supported way to run current OpenSSH on older OpenBSD releases). We're not going to do this. If anything, we may go the other way and remove the "p" extension from the SSH banner. Change all RESOLVED bug to CLOSED with the exception of the ones fixed post-4.4. |