您的位置:首页 > 运维架构 > Linux

Linux - Host key verification failed

2014-01-27 21:58 363 查看
"Host key verification failed" means that the host key of the remote host was changed.
ssh stores the host keys of the remote hosts in ~/.ssh/known_hosts. You can either edit that text file manually and remove the old key (you can see the line number in the error message), or use
ssh-keygen -R hostname
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: