$ ssh hostname
reverse mapping checking getaddrinfo for client.example.com [10.0.0.1] failed - POSSIBLE BREAK-IN ATTEMPT!
username@hostname password:
Resolution
There are several ways to resolve this issue:
- Setup a Reverse DNS Record (aka PTR Record) for the SSH client.
- Ensure
UseDNS no
andGSSAPIAuthentication no
are set in/etc/ssh/sshd_config
on the SSH server, then restart the sshd. - Confirm that
/etc/hosts
on the SSH server has an entry for the SSH client IP address and hostname.
Recent Comments