macOS Ventura 正式退出后,我勇敢的吃了螃蟹。

在提交代码的时候遇见了no matching host key type found. Their offer: ssh-rsa  的错误,错误如下。

多方百度后,看到一些通过修改ssh配置的解决方法。尝试无果,后来针对macos 当次版本关键词在谷歌搜索,搜到了外网的一些解决方案。

尝试后可以解决问题,解决方式如下:

修改~/.ssh/config (没有的话需要新建)文件,添加如下两行配置:

HostkeyAlgorithms +ssh-rsa

PubkeyAcceptedAlgorithms +ssh-rsa

该报错的原因大概是新版本的openssh不再默认支持rsa加密算法(说法是加密级别过低),我们需要通过修改配置的方式让其得到支持。

参考链接:https://www.reddit.com/r/MacOSBeta/comments/v8jt42/ssh_in_ventura/

macOS Ventura no matching host key type found. Their offer: ssh-rsa相关推荐

  1. 【已解决】Unable to negotiate with — port 22: no matching host key type found. Their offer: ssh

    标题 mac系统,想通过ssh连接,但出现以下报错:Unable to negotiate with 10.188.5.86 port 22: no matching host key type fo ...

  2. Unable to negotiate with 123.4.47.238 port 29418: no matching host key type found. Their offer: ssh-

    Unable to negotiate with 123.4.47.238 port 29418: no matching host key type found. Their offer: ssh- ...

  3. 【已解决】Unable to negotiate with 47.98.49.44 port 22: no matching host key type found. Their offer: ssh

    文章目录 问题 解决 问题 运行 git clone git@code.aliyun.com:project-main/project-name.git,报错如下: Cloning into 'pro ...

  4. ssh no matching host key type found. Their offer: ssh-rsa

    前两天升级macOS 13 Ventura后链接公司堡垒机出现一下问题 ➜ ~ ssh -p 222 ****@**** Unable to negotiate with *** port 222: ...

  5. no matching host key type found. Their offer: ssh-rsa 问题解决

    最近升级了Mac OS Ventura 13.0.1后发现ssh指定密钥登录服务器失败. no matching host key type found. Their offer: ssh-rsa 进 ...

  6. Git error: Unable to negotiate with X.X.X.X : no matching host key type found . their offer: ssh-dss

    2019独角兽企业重金招聘Python工程师标准>>> I am trying to create a git repository on my web host and clone ...

  7. Unable to negotiate with xx.xx port xx: no matching host key type found. Their offer: ssh-rsa....

    背景 下载安装了官网最新的Git: 安装没问题,配置了name和email: 同时也配置了ssh秘钥到代码仓库: 使用git bash命令或者从idea中clone代码,报错如下: Unable to ...

  8. Unable to negotiate with XXXX port 22: no matching host key type found. Their offer: ssh-rsa,ssh-dss

    问题描述 代码仓库已经添加了ssh公钥之后,克隆代码到本地时就报了这个问题 执行命令 git clone git@xxxxxxxxxxxxx.git 不能正常clone代码,报错信息如下: Unabl ...

  9. scp或者ssh报错“no matching host key type found. Their offer: ssh-rsa,ssh-dss“

    scp或者ssh报错"no matching host key type found. Their offer: ssh-rsa,ssh-dss" 原因:OpenSSH 7.0以后 ...

最新文章

  1. mysql里制造一个错误
  2. matlab计算一个长式子,matlab求积分,式子太长
  3. mysql csv 表头_mysql 导出CSV文件 并带表头的方法
  4. This version of the rendering library is more recent than your version of IntelliJ IDEA.
  5. MFC窗口颜色的设置
  6. 谷歌chrome xp_将非Google任务列表添加到Chrome
  7. dj鲜生-10-用户注册的继续-错误提示的前端显示-防重名验证
  8. 格式化输入数字_Python格式化输出的三种方式
  9. 'Neither SQLALCHEMY_DATABASE_URI nor SQLALCHEMY_BINDS is set.
  10. CentOS中一些基本的操作记录
  11. 心情随笔——软工实践中获小黄衫有感
  12. “格力手机”的蝴蝶效应
  13. 一键清除windows远程桌面访问痕迹bat脚本
  14. 订阅服务器无法显示,订阅疑难解答
  15. go语言的字符串长度
  16. Python精讲:Python中集合的概念和创建方法详解
  17. ad转3d视图快捷键_【技术干货】PCB工程师不得不看:超级实用AD常用快捷键总结...
  18. html调用properties,聊聊html中的properties和attributes
  19. 2022-2028年中国保健食品行业市场运营格局及前景战略分析报告
  20. swift 苹果登录

热门文章

  1. 业务应用系统的业务操作日志设计
  2. Android深度开发第8章随笔感悟
  3. 百度地图绘制多边形,展示多边形,计算多边形内障碍物个人,设置不同的状态
  4. 微信小程序订阅消息失败
  5. 外卖商品的标准化建设与应用
  6. 2D游戏和3D游戏的主要区别
  7. Python爬虫之路-打码平台的使用
  8. python学习--文件操作
  9. GoogleTest使用教程
  10. Compose Multiplatform 实战:联机五子棋