DNS Name lookup (was SSH) Not Working After Snow Leopard Upgrade
Posted
by petercardona
on Server Fault
See other posts from Server Fault
or by petercardona
Published on 2009-09-12T19:56:39Z
Indexed on
2010/04/08
2:43 UTC
Read the original article
Hit count: 305
I think this started with the Snow Leopard update. Cleaned out the .ssh directory, still having the issue.
~: uname -a Darwin california-example-com.local 10.0.0 Darwin Kernel Version 10.0.0: Fri Jul 31 22:47:34 PDT 2009; root:xnu-1456.1.25~1/RELEASE_I386 i386
~: ssh -V OpenSSH_5.2p1, OpenSSL 0.9.8k 25 Mar 2009
~: ls -l ~/.ssh
~: nslookup nevada Server: 10.94.62.3 Address: 10.94.62.3#53
Name: nevada.example.com Address: 10.94.62.3
~: ssh nevada ssh: Could not resolve hostname nevada: nodename nor servname provided, or not known
© Server Fault or respective owner