SSH ECDSA error after reinstallation of brainy pi on Mac

Got this error while trying to SSH after re installing Rbian and trying to SSH on my mac

The solution for this is deleting the previous entry from known hosts file .

Steps to do it :

  1. In the warning message find the line that tells you where the offending ECDSA key is located in the known_hosts file.

E.g “Offending ECDSA key in /Users/xxx/.ssh/known_hosts:47”, which refers to line 47.

  1. Open the known_hosts file in any text editor .
  2. Delete the line specified in the warning message
1 Like