Ubuntu 15.4
http://blog.csdn.net/u013686019/article/details/54574119
在使用OpenSSH的时候,如果没有特别指定目录,known_hosts文件存在于:
~/.ssh/
目录下。
known_hosts记录了本机访问过的计算机的pubic key。
这两天从服务器同步Android源码,执行repo sync后总是卡在连接服务器的位置:
Get ssh://git@www.xxxxxx.com.cn/gerrit/android/platform/manifest
Warning: the ECDSA host key for 'www.xxxxxx.com.cn' differs from the key for the IP address '192.168.
版权声明:本文为u013686019原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。