REMOTE HOST IDENTIFICATION HAS CHANGED
阿新 • • 發佈:2018-05-10
SSH CentOS REMOTE HO今天利用SSH做SCP 時報
[root@EcologyTest u01]# scp *.zip [email protected]:/u01@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
br/>@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
br/>@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Someone could 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
34:c1:73:e6:a0:d0:4f:0a:db:71:14:f6:05:07:c3:79.
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:7
RSA host key for 172.16.11.193 has changed and you have requested strict checking.
Host key verification failed.
lost connection
[root@EcologyTest u01]# scp *.zip [email protected]:/u01@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
br/>@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
br/>@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
The fingerprint for the RSA key sent by the remote host is
34:c1:73:e6:a0:d0:4f:0a:db:71:14:f6:05:07:c3:79.
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:7
Host key verification failed.
lost connection
通過搜索引擎找到解決方案
修改家目錄下SSH的RSA主機配置文件,刪除192.168.11.193整行記錄即可
vim ~/.ssh/known_hosts
REMOTE HOST IDENTIFICATION HAS CHANGED