解决linux中ssh登录Warning:Permanently added (RSA) to the list of known hosts
摘要:
原因: 在执行scp id_rsa.pub root@hostname:/root/.ssh这一步时,没在本机的/root/.ssh下生成known_hosts文件。 解决方案: vi /etc/ssh/ssh_config 最后有两行是 StrictHostKeyChecking no UserK 阅读全文
posted @ 2017-03-17 16:52 星辰大海ゞ 阅读(9494) 评论(0) 推荐(1) 编辑