CentOS 6.5下SSH总提示Warning: Permanently added '****' (RSA) to the list of known hosts.

通过了免密码验证后,但每次ssh或者scp的时候还总是提示:

Warning: Permanently added ‘***(IP)‘ (RSA) to the list of known hosts.

虽然可以正常免密码远程连接成功,但是总有这个提示很多余。

如果想关掉,可以看下配置文件/etc/ssh/ssh_config:

找到

        StrictHostKeyChecking no 
        UserKnownHostsFile /dev/null

如果这两个参数没注释就注释掉。

然后重新做免密码ssh验证操作(ssh-copy-id)后,这个烦人的提示就再也看不见了。

文章来自:http://zl1030.blog.51cto.com/274507/1790424
© 2021 jiaocheng.bubufx.com  联系我们
ICP备案:鲁ICP备09046678号-3