返回顶部
首页 > 资讯 > 服务器 >【已解决】Unable to negotiate with XXX port : no matching host key type found. Their offer: ssh-rsa
  • 407
分享到

【已解决】Unable to negotiate with XXX port : no matching host key type found. Their offer: ssh-rsa

ssh服务器linux 2023-09-01 13:09:20 407人浏览 八月长安
摘要

一、场景 克隆代码库发生报错 二、具体报错信息 Unable to neGotiate with XXX port : no matching host key type found. Their offer: ssh-rsa,ssh-ds

一、场景

克隆代码库发生报错

二、具体报错信息

Unable to neGotiate with XXX port : no matching host key type found. Their offer: ssh-rsa,ssh-dss

三、解决方案

# 首先保证在主目录下方,如果不是先运行: cd ~

cd .sshvim config

如果没有.ssh目录就新建一个运行:mkdir .ssh

然后往config文件中添加以下信息:

Host *HosTKEyAlgorithms +ssh-rsaPubkeyAcceptedKeyTypes +ssh-rsa

再次尝试即可成功

 

来源地址:https://blog.csdn.net/qq_36936730/article/details/129663717

--结束END--

本文标题: 【已解决】Unable to negotiate with XXX port : no matching host key type found. Their offer: ssh-rsa

本文链接: https://lsjlt.com/news/388594.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

猜你喜欢
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作