Permanently added the RSA host key for IP address to the list of known hosts

发布 : 2017-07-26 分类 : IT 浏览 :

123.59.85.105为域名coding.net的ip地址

猜测可能的原因是hexo命令deploy时不会检查~/.ssh/known_hosts文件

编辑config文件 ~/.ssh/config:

1
2
3
4
Host coding.net
HostName 123.59.85.105
IdentityFile {path_to_private_key}
User {user_name}

此时提交就没有warning了

本文作者 : 小凡
原文链接 : https://16bh.github.io/2017/07/26/Permanently-added-the-RSA-host-key-for-IP-address-to-the-list-of-known-hosts/
版权声明 : 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明出处!
留下足迹