SSH Client - Mac OS X Lion
SSH Server - Debian

/etc/hosts on Mac -> [IP of Debian] mydebian
Public key of Mac has already been put to authorized_key in root@mydebian:/root/.ssh
'UseDNS no' has been put to root@mydebian:/etc/ssh/sshd_config and then SSH server restarted

ssh root@mydebian -> wait for a long time to login
ssh -v root@mydebian -> no delay at all

Any ideas?

link|improve this question

2  
Any interesting output with -v / -vvv? – Daniel Beck Jan 23 at 9:07
Can you format this better? – gadgetmo Feb 12 at 9:05
feedback

1 Answer

Can you please check the negative? Put the IP of the source machine in the /etc/hosts and check what happens.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.