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

前端之家收集整理的这篇文章主要介绍了CentOS 6.5下SSH总提示Warning: Permanently added '****' (RSA) to the list of known hosts.前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

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

Warning:Permanentlyadded'***(IP)'(RSA)tothelistofknownhosts.

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

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

找到

StrictHostKeyCheckingno
UserKnownHostsFile/dev/null

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

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

原文链接:https://www.f2er.com/centos/381935.html

猜你在找的CentOS相关文章