4

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?

Dark Star1
  • 1,385
  • 7
  • 22
  • 37

1 Answers1

9

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

rush
  • 1,981
  • 2
  • 15
  • 23