|
On your Mac, see if there's a file in your .ssh directory called known_hosts. If there is, just delete it and try and connect again. It's probably in an inconsistent state from your last go round which is pretty common when you're reconfiguring ssh on the server side. When you try to connect again, a new known_hosts file should be generated.
|