ssh连接出错
SSH连接的时候Hostkeyverificationfailed.
[[email protected]]#ssh192.168.1.90
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@WARNING:REMOTEHOSTIDENTIFICATIONHASCHANGED!@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
ITISPOSSIBLETHATSOMEONEISDOINGSOMETHINGNASTY!
Someonecouldbeeavesdroppingonyourightnow(man-in-the-middleattack)!
ItisalsopossiblethattheRSAhostkeyhasjustbeenchanged.
ThefingerprintfortheRSAkeysentbytheremotehostis
05:25:84:ea:dd:92:8d:80:ce:ad:5b:79:58:fe:c9:42.
Pleasecontactyoursystemadministrator.
Addcorrecthostkeyin/root/.ssh/known_hoststogetridofthismessage.
Offendingkeyin/root/.ssh/known_hosts:10
RSAhostkeyfor192.168.1.90haschangedandyouhaverequestedstrictchecking.
Hostkeyverificationfailed.
解决方法:
vi~/.ssh/known_hosts
进入此目录,删除192.168.1.90的相关rsa的信息即可.
或者删除这个文件
cd~/.ssh/
rmknown_hosts