| Summary: | .host is known, .00host isn't ... or is it? | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | andrew brennan <andrew.brennan> |
| Component: | ssh | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED WONTFIX | ||
| Severity: | normal | CC: | djm |
| Priority: | P2 | ||
| Version: | 3.8.1p1 | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
andrew brennan
2006-06-09 05:44:31 AEST
Host key verification happens against whatever hostname the user enters (or alternatively, whatever they specify with HostKeyAlias) and, optionally, against the IP address which the hostname resolves to. Why do you want to specify IP addresses with leading zeros anyway? Do you realise that on some platforms that will cause those components to be interpretted as octal, so sometimes "10.0.0.10" != "10.0.0.010" ? This could be done, but I don't see any reason to add special-case code to normalise hand-edited IP addresses in known_hosts. If you don't edit the addresses, it will work fine. Close resolved bugs after release. |