1、問題描述:ssh
遠程主機的SSH祕鑰發生了變化,在使用SSH遠程登陸的時候,提示以下this
[root@localhost ~]# ssh root@172.16.48.10 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ 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 a host key has just been changed. The fingerprint for the ECDSA key sent by the remote host is SHA256:HDjXJvu0VYXWF+SKMZjSGn4FQmg/+w6eV9ljJvIXpx0. Please contact your system administrator. Add correct host key in /Users/wangdong/.ssh/known_hosts to get rid of this message. Offending ECDSA key in /Users/wangdong/.ssh/known_hosts:46 ECDSA host key for 172.16.48.10 has changed and you have requested strict checking. Host key verification failed.
提示中紅色部分是問題關鍵,意思就是祕鑰發生了變化,可是你的本機保存的是原來的祕鑰spa
2、解決問題code
ssh-keygen -R IP(遠程的IP地址)blog
[root@localhost ~]# ssh-keygen -R 172.16.48.10
/root/.ssh/known_hosts updated.
Original contents retained as /root/.ssh/known_hosts.oldrem
出現紅色部分提示表示成功,而後從新使用SSH遠程登陸便可get
[root@localhost ~]# ssh admin@172.16.48.10 welcome admin@172.16.48.10's password: ****************************************************************************** * Copyright (c) 2004-2015 Hangzhou H3C Tech. Co., Ltd. All rights reserved. * * Without the owner's prior written consent, * * no decompiling or reverse-engineering shall be allowed. * ****************************************************************************** <testS5820V2-10>