| Summary: | Bogus IPv6 DNS queries cause unnecessary root server traffic | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Jason Giglio <jgiglio> |
| Component: | ssh | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> |
| Status: | CLOSED INVALID | ||
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 3.8p1 | ||
| Hardware: | All | ||
| OS: | Linux | ||
|
Description
Jason Giglio
2004-09-03 23:36:34 AEST
OpenSSH just uses the standard getaddrinfo() API, it doesn't do anything magical for DNS queries. Any complaints about getaddrinfo()'s behaviour on your system should be directed to your libc vendor. BTW, you can turn off IPv6 lookups by setting "AddressFamily inet" in your ssh_config. |