服務器重裝以後,才別的服務器上scp拷貝東西的時候報錯:服務器
[root@oracle ~]# scp soft.tar.gz weijunping@10.32.0.233:/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 connectionoracle
解決方法:編輯當前用戶/root/.ssh/known_hosts文件ssh
將含有10.32.0.233那行刪除,保存退出便可。ide