ssh登录 The authenticity of host 192.168.0.xxx can't be established. 的问题

ssh连接The authenticity of host can't be established

修改/etc/ssh/ssh_config文件的配置,以后则不会再出现此问题

最后面添加:

StrictHostKeyChecking no

UserKnownHostsFile /dev/null

posted @ 2019-03-14 10:05  黒貓  阅读(10128)  评论(0编辑  收藏  举报