debug1: An invalid name was supplied Cannot determine realm for numeric host address
So from the Red Hat target I inspected the secure log:
$ tail -f /var/log/secure ... Nov 22 11:37:03 t2215179 sshd[23123]: Authentication tried for admin with correct key but not from a permitted host (host=tools, ip=xxx.xxx.xxx.xxx). ...
This was resolved adding the IP to /etc/hosts
$ tail -f /var/log/secure ... xxx.xxx.xxx.xxx tools ...
0 comments:
Post a Comment