Windows10ssh访问出现Host key verification failed

一般出现在访问相同IP的不同设备上,解决办法:

ssh-keygen -R 192.168.1.1

然后再连接即可:

ssh admin@192.168.1.1

发布日期:
分类:调试