Hi there,
I try to reach my Raspberry Pi 3B with PatchboxOs and I got this message
cyril@Kiki:~$ ssh patch@192.168.1.21
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ 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 ED25519 key sent by the remote host is
SHA256:r9HSjQWCfswywkJoHhK0S8ggUpar7pZTlIi50sGV4lA.
Please contact your system administrator.
Add correct host key in /home/cyril/.ssh/known_hosts to get rid of this message.
Offending ECDSA key in /home/cyril/.ssh/known_hosts:3
remove with:
ssh-keygen -f "/home/cyril/.ssh/known_hosts" -R "192.168.1.21"
Host key for 192.168.1.21 has changed and you have requested strict checking.
Host key verification failed.
I did the ssh-keygen
command but this one didn’t worked.
I don’t know what to do to solve this problem. Any clue?
Thanx!