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:
- Mac remote service repair: warning: remote host identification has changed!
- [Solved] SSH Remote Login Error: WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!
- How to Solve host key verification failed
- How to Solve Git Warning: possible DNS spoofing detected
- WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! [How to Fix]
- [Solved] Linux-SSH: WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED
- SCP Error: Host key verification failed [How to Solve]
- An error is reported when starting sshd in the docker container
- Git SSH public key authentication failed with git on Azure DevOps
- SSH link encountered error [remote host identification has changed!]