博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
ssh时遇到 WARNING: POSSIBLE DNS SPOOFING DETECTED! 的解决方法
阅读量:4092 次
发布时间:2019-05-25

本文共 1569 字,大约阅读时间需要 5 分钟。

背景:

前几天配置好的TK1突然歇菜了,没办法,只能够重新配置另一块新的TK1(感谢土豪boss),经过几个小时的安装,终于“整”好了新的TK1,

当我想在笔记本上用 远程控制命令:

administrator@ubuntu:~$ ssh ubuntu@tegra-ubuntu.local

访问我的新TK1时,出现如下错误:

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@       WARNING: POSSIBLE DNS SPOOFING DETECTED!          @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@The ECDSA host key for tegra-ubuntu.local has changed,and the key for the corresponding IP address 192.168.1.113is unknown. This could either mean thatDNS SPOOFING is happening or the IP address for the hostand its host key have changed at the same time.@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@    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 isae:78:c9:74:a7:05:79:8d:81:f4:09:48:68:b2:57:a1.Please contact your system administrator.Add correct host key in /home/administrator/.ssh/known_hosts to get rid of this message.Offending ECDSA key in /home/administrator/.ssh/known_hosts:1  remove with: ssh-keygen -f "/home/administrator/.ssh/known_hosts" -R tegra-ubuntu.localECDSA host key for tegra-ubuntu.local has changed and you have requested strict checking.Host key verification failed.
解决方法:

ssh-keygen -f "/home/administrator/.ssh/known_hosts" -R tegra-ubuntu.local

网上也有其他的方法,但在我这里却很难奏效,比如:

转载地址:http://yvnii.baihongyu.com/

你可能感兴趣的文章
ACfly也是基于FreeRTOS的
查看>>
我发现七月在线的GAAS课程基本都讲到了
查看>>
电机堵转
查看>>
carzepony也在想往FreeRTOS上迁移
查看>>
可以买个好点的电烙铁
查看>>
ACfly调参记录(包括ACfly-F330和ACfly-T265)
查看>>
一定记得每飞几次或者隔一天要把螺丝和浆帽拧一次,确实会松的
查看>>
《多旋翼无人飞行器嵌入式飞控开发指南》里基于FreeRTOS的无人机软件框架
查看>>
思岚A1的SDK其实很好读懂,每个函数清晰明了,可以直接调用
查看>>
串级 PID 为什么外环输出是内环的期望?(和我之前对串级PID的总结一样)
查看>>
我刚刚才完全清楚GPS模块的那根杆子是怎么固定安装好的
查看>>
去github里面找找也没有别人无人机+SLAM的工程
查看>>
现在明白为什么无名博客里好几篇文章在讲传感器的滞后
查看>>
Pixhawk解锁常见错误
查看>>
ROS是不是可以理解成一个虚拟机,就是操作系统之上的操作系统
查看>>
用STL algorithm轻松解决几道算法面试题
查看>>
ACfly之所以不怕炸机因为它觉得某个传感器数据不安全就立马不用了
查看>>
我发觉,不管是弄ROS OPENCV T265二次开发 SDK开发 caffe PX4 都是用的C++
查看>>
ROS的安装(包含文字和视频教程,我的ROS安装教程以这篇为准)
查看>>
原来我之前一直用的APM固件....现在很多东西明白了。
查看>>