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
$ vi /etc/hosts ... xxx.xxx.xxx.xxx tools ...
3 comments:
thanks I added this to client machine, and worked just fine...
This works great - popped an entry on the client and knocked off an off 10 second delay in ssh connections.
Thanks also for me it was a 10 second delay removal
Post a Comment