not working when ssh root@omega-ABCD.local is put in
-
hi just got a omega
set it up and put in ssh root@omega-ABCD.local and this came up
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that a host key has just been changed.
The fingerprint for the RSA key sent by the remote host isPlease contact your system administrator.
Add correct host key in /home/steven/.ssh/known_hosts to get rid of this message.
Offending RSA key in /home/steven/.ssh/known_hosts:2
remove with:
ssh-keygen -f "/home/steven/.ssh/known_hosts" -R omega-af87.local
RSA host key for omega-af87.local has changed and you have requested strict checking.
Host key verification failed.
-
You have probably factory-reset your omega which regenerates its SSH public key. Just do as the message instructs -- remove the old key from your key storage.
ssh-keygen -f "/home/steven/.ssh/known_hosts" -R omega-af87.local
. Then reconnecting will give you theY/N
question again which should work.
-
If you are on a MAC you may need to manually delete the line from /home/steven/.ssh/known_hosts
That worked for me when I had this error a few moments ago.