[Solved] SSH connection server error: warning: remote host identification has changed!

Error in SSH link to remote server:

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@    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

Reason: an authentication credential will be generated during the first SSH link and stored in the known in the client_ Hosts, if the server address is reset or reinstalled, this problem will occur. Barabara…

Solution:

1.
ssh-keygen -R [server address]

2.
Re-ssh connection

Similar Posts: