I am unable to ssh via LAN using hosts admin credentials.
I am able to login to a system using admin credentials via the Mac's GUI
I am able to ping the Mac via LAN
Sharing > Remote Login is enabled for the admin user and all options permitted.
At the Terminal prompt I would usually expect to see the following after making the request:
The authenticity of host 'xxx.xxx.xxx.xxx (xxx.xxx.xxx.xxx)' can't be established. RSA key fingerprint is xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx. Are you sure you want to continue connecting (yes/no)
But this does not happen and the Terminal just waits for me to break the command.
I am able to ssh to all the other systems on the LAN but not this one.
What else could I be missing ?
Thank you
sshthe-vflag so you can see how far it gets and what it's waiting for. – David Schwartz Oct 20 '11 at 16:00OpenSSH_5.2p1, OpenSSL 0.9.7l 28 Sep 2006 debug1: Reading configuration data /etc/ssh_config debug1: Connecting to xxx.xxx.xxx.xxx [xxx.xxx.xxx.xxx] port 22: Operation timed out– timoto Oct 20 '11 at 16:05