SSH weird stuff?

What does this mean? trying to ssh to the vero 5 for the first time, it’s same ip address as the old 4+ that is not connected.

PS C:\WINDOWS\system32> ssh osmc@192.168.1.24
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ 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 ECDSA key sent by the remote host is
SHA256:zPbvSlr8c3n3luEwb4lqOOh2yxx11ASDI7cI5U95VE8.
Please contact your system administrator.
Add correct host key in C:\Users\matt/.ssh/known_hosts to get rid of this message.
Offending ECDSA key in C:\Users\matt/.ssh/known_hosts:1
ECDSA host key for 192.168.1.24 has changed and you have requested strict checking.
Host key verification failed.
PS C:\WINDOWS\system32>

When you had previously connected to your 4K Windows stored a security key and stored that with the IP address in that file it mentions in the message. Since that IP address is now a different machine the key doesn’t match so it is trying to protect you. Just edit that file and remove the line with that IP address in it and when you try to ssh into your Vero V again it will ask if you want to store the key again.

2 Likes