| Summary: | reverse lookup solaris | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Koenm <koen.maris> |
| Component: | sshd | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> |
| Status: | CLOSED FIXED | ||
| Severity: | minor | ||
| Priority: | P2 | ||
| Version: | -current | ||
| Hardware: | UltraSPARC | ||
| OS: | Solaris | ||
|
Description
Koenm
2004-02-03 05:54:26 AEDT
Those looks IPv4 to IPv6 mapped addresses. You can try setting "ListenAddress 127.0.0.1" in sshd_config (to force it to listen on IPv4 only) to make or rebuilding after adding "#define BROKEN_GETADDRINFO 1" to config.h and recompiling. I have no idea why it's started doing it now (my Solaris 8 box shows normal IPv4 addresses if I disable DNS). $ last | head -1 dtucker pts/3 192.168.32.1 Wed Feb 4 01:08 still logged in THanks for the feedback It is indeed a mapped IPV6 address and if I define the ListenAddress the problem is solved. Regards Mass change of RESOLVED bugs to CLOSED |