I have two virtual servers with the same host provider. After regenerating my SSH keys on my client machine (local) I con only connect to one of the virtual servers. When I connect to the other (both are being done via the terminal) it just hangs. It's not timing out and I see nothing in the SSH logs that indicates a connection error. Any ideas?

link|improve this question

1  
try to launch ssh -v or even ssh -vv instead of just ssh. – Rush Dec 8 '11 at 12:50
Merci beaucoup. – Dark Star1 Dec 8 '11 at 15:33
Any chance you can make it an answer so I can accept it? – Dark Star1 Dec 9 '11 at 12:55
Yeap. Thank you. – Rush Dec 9 '11 at 15:09
feedback

1 Answer

up vote 1 down vote accepted

try to launch ssh -v or even ssh -vv instead of just ssh.

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.