Clearing SSH Host Keys on Mac

Have you seen this?

To fix it – open a terminal. Run:

cd ~/.ssh

Then:

open .

This will open a folder. Open the known_hosts file and delete the entries for the IP address you’re trying to reach.

SSH again, and it will work.