Add correct host key in /Users/{$Username}/.ssh/known_hosts to get rid of this message. Offending ECDSA key in /Users/{$Username}/.ssh/known_hosts:5 ECDSA host key for {$IP_Address} has changed and you have requested strict checking. Host key verification failed.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
After reading through documentation I was able to get it working. Thank you @JonsJava
Rather than adding it to known hosts, you will need to add it to authorized_keys:
key='YOUR_KEY_GOES_HERE'
echo "$key" > ~/.ssh/authorized_keys
chmod 600 ~/.ssh/authorized_keys
can you be a little more specific ?
Tree of SSH
I tried:
known_hosts
Are you saying I need to re-add the ssh keys?
I believe you might need to use the sites console access, and manually add the ssh key to the said file.