| Summary: | Reverse DNS support for VerifyHostKeyDNS configuration option | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Wolfgang Nagele <wnagele> |
| Component: | ssh | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | NEW --- | ||
| Severity: | enhancement | CC: | sander, simon |
| Priority: | P2 | ||
| Version: | -current | ||
| Hardware: | All | ||
| OS: | All | ||
| URL: | http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/dns.c?annotate=1.25 | ||
|
Description
Wolfgang Nagele
2009-06-12 22:47:19 AEST
+1 on implementing this enhancement. With the current implementation the SSHFP record lookup depends on which hostname is used when connecting to a host (in cases where a host has multiple hostnames/aliases). Looking in the reverse DNS tree for SSHFP records after resolving the hostname to an IP address would make all possible ways of connecting use the SSHFP records. |