WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!

服務器重裝之後,才別的服務器上scp拷貝東西的時候報錯:

[root@oracle ~]# scp soft.tar.gz [email protected]:/home/weijunping/
/etc/ssh/ssh_config line 50: Unsupported option "GSSAPIAuthentication"
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@    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 the RSA host key has just been changed.
The fingerprint for the RSA key sent by the remote host is
e0:3f:a1:7e:61:34:bf:ef:b1:1c:83:ec:38:0b:bd:b0.
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:11
RSA host key for 10.32.0.233 has changed and you have requested strict checking.
Host key verification failed.
lost connection

解決方法:編輯當前用戶/root/.ssh/known_hosts文件

將含有10.32.0.233那行刪除,保存退出即可。

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章