WARNING: remote host identification has changed !, Remotehost
The following error is prompted when you copy data using the scp command today:
@ WARNING: remote host identification has changed! @
It is possible that someone is doing something nasty!
Someone cocould be eavesdropping on you right now (man-in-the-middle attack )!
It is also possible that the RSA host key has just been changed.
The fingerprint for the RSA key sent by the remote host is
25: AB: 2e: 55: 30: 11: a0: 84: d8: 45: 2f: 5b: e2: 47: eb: 1e.
Please contact your system administrator.
Add correct host key in/root/. ssh/known_hosts to get rid of this message.
Offending key in/root/. ssh/known_hosts: 1
RSA host key for 192.168.1.240 has changed and you have requested strict checking.
Host key verification failed.
Lost connection
At first, I thought it was a command error. After careful consideration, it turned out that the key verification error was, possibly because my account information had been changed.
Find the following ssh connection folder in the user's home directory:
1. cd ~ /. Ssh/
2. vi known_hosts
3. Find the key saving information consistent with the remote host ip address, directly Delete the line of information, and then save and exit
4. Reconnect and enter the password. The connection is successful.
Problem Solving
This article is from the "original" blog
See http://www.codesky.net/article/201107/133930.html for details
Computer Terminology Translation
WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED
Warning the remote host ID has changed.
It is possible that someone is doing something nasty!
Maybe someone is doing something wrong!
Someone cocould be eavesdropping on you right now (man-in-the-middle attack )!
Someone may be eavesdropping on your information
It is also possible that the RSA host key has just been changed.
Or the RSA host key has just been changed.
The fingerprint for the RSA key sent by the remote host is
93: ac: 76: f2: a6: 4e: 9c: 85: 53: 76: 6e: af: 0f: f3: f6: ea.
The fingerprint of the RSA key sent by the remote host is 93: ac: 76: f2: a6 ......
Please contact your system administrator.
Contact your system administrator.
Add correct host key in/root/. ssh/known_hosts to get rid of this message.
Add the correct host key in the/root/. ssh/known_hosts directory to solve this problem.
Offending key in/root/. ssh/known_hosts: 1
The problematic key is stored in/root/. ssh/known_hosts: 1.
RSA host key for 10.195.12.1 has changed and you have requested strict checking.
The RSA host key for 10.195.12.1 has been changed. You need to request a strict (password) Check.
Host key verification failed
Failed to authenticate the host key.
This section prompts you that SSH trusted login fails, and may be due to several reasons. If you are not clear about it, you can collect SSH login related tutorials and so on.
Error Message