I have three macs on my network, two of which are running Lion and one (Mac Mini) is running SL. I only upgraded my MBP the other day, but before the upgrade I regularly would ssh me@bangarang.local (the Mac Mini) and I would connect no problem. After the upgrade, this always fails. I tried ssh me@bangarang. I even tried ssh me@192.168.1.9. I even tried ping 192.168.1.9. Even though that's the exact IP it's using (confirmed both through ifconfig and the router), it just won't let me in. It simply fails:
The only thing that comes to mind is that this all happened after upgrading to Lion from SL. The only thing else I did after upgrading was enable full FileVault. I was using a shared ssh key so I didn't have to type my password. Other than that, it's all the same.
Code:
starfish:Downloads mcs$ ssh mcs@192.168.1.9
ssh: connect to host 192.168.1.9 port 22: Operation timed out
starfish:Downloads mcs$ ssh [email]mcs@bangarang.local[/email]
ssh: Could not resolve hostname bangarang.local: nodename nor servname provided, or not known
starfish:Downloads mcs$ ping bangarang.local
ping: cannot resolve bangarang.local: Unknown host
starfish:Downloads mcs$
The only thing that comes to mind is that this all happened after upgrading to Lion from SL. The only thing else I did after upgrading was enable full FileVault. I was using a shared ssh key so I didn't have to type my password. Other than that, it's all the same.