周海汉 /文
zhouhh@zhh64:~$ ssh -p 60066 192.168.20.28
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ 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
85:94:d5:5a:83:97:28:4c:ce:ea:5e:c1:f8:02:88:df.
Please contact your system administrator.
Add correct host key in /home/zhouhh/.ssh/known_hosts to get rid of this message.
Offending key in /home/zhouhh/.ssh/known_hosts:13
RSA host key for [192.168.20.28]:60066 has changed and you have requested strict checking.
Host key verification failed.
这是因为同一个IP远端的信息有变动,与存在本地的公钥不相符。
直接修改本地,将预存的信息去掉。
zhouhh@zhh64:~$ cd .ssh
zhouhh@zhh64:~/.ssh$ vi known_hosts
指到13行,用命令:13
dd 删除该行。
保存
分享到:
相关推荐
在使用GitHub进行日常开发工作中,有时我们可能会遇到一个棘手的问题:“REMOTE HOST IDENTIFICATION HAS CHANGED”。这个错误通常发生在尝试推送或拉取代码时,它表明Git无法验证远程主机的身份,因为其指纹(SSH ...
在一台linux机器上ssh远程另外一台...@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NAS
远程客户端,包含makefile,客户端,服务端。
配置管理 可幻灯片。 此回购涵盖了相同的概念,但涉及的范围更广。 1.简介 1.a什么是配置管理? 配置管理(CM)系统使您...@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: HOST IDENTIFICATION HAS CHANGED! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! Someone could be eavesdropping on you right now (man-...
另外,SSH连接时遇到“REMOTE HOST IDENTIFICATION HAS CHANGED”警告,这可能意味着已知主机指纹发生变化,解决办法是检查并更新`~/.ssh/known_hosts`文件中的相应条目,以匹配当前主机的指纹。 总的来说,这个...
Also Roger has made the IPAddress property obsolete (do not use it, use Host instead), SakEmail will resolve the host properly no matter if it is a host name or a IP address. So in the next version I...