欢迎访问 生活随笔!

生活随笔

当前位置: 首页 > 编程资源 > 编程问答 >内容正文

编程问答

could not establish connection to “hostname”

发布时间:2023/12/16 编程问答 47 豆豆
生活随笔 收集整理的这篇文章主要介绍了 could not establish connection to “hostname” 小编觉得挺不错的,现在分享给大家,帮大家做个参考.

解决方案

Try to delete the fingerprint (a single line that corresponds to this particular connection - not the whole file) saved within the known_hosts file. If in Windows, this is placed at C:\Users\<your_user_name>\.ssh\known_host whereas for Linux that would be within /home/<your_user_name>/.ssh/known_hosts dir.

尝试删除 known_hosts 文件中保存的指纹(与此特定连接相对应的单行,而不是整个文件)。如果在 Windows 中,它位于 C:\Users<your_user_name>.ssh\known_host 中,而对于 Linux,则位于 /home/<your_user_name>/.ssh/known_hosts 目录中。

参考

could not establish connection to “hostname”

总结

以上是生活随笔为你收集整理的could not establish connection to “hostname”的全部内容,希望文章能够帮你解决所遇到的问题。

如果觉得生活随笔网站内容还不错,欢迎将生活随笔推荐给好友。