Unable to negotiate with 123.4.47.238 port 29418: no matching host key type found. Their offer: ssh-rsa,ssh-dss
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

在.ssh文件中创建config文件并添加配置

如果没有则手动创建 .ssh 文件夹

手动添加 config文件

内容 :

Host *
HostkeyAlgorithms +ssh-rsa
PubkeyAcceptedKeyTypes +ssh-rsa

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

  1. Unable to negotiate with 192.168.2.53 port 22: no matching host key type found. Their offer: ssh-rsa

    终端远程登录ssh时,提示如下错误: Unable to negotiate with 192.168.2.53 port 22: no matching host key type found. T ...

  2. 【已解决】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 ...

  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. Unable to negotiate with 120.26.106.212 port 22: no matching host key type f

    原因是Terminal找不到支持的密钥交换方法,因为新版Openssh中认为SHA1这种hash散列算法过于薄弱,已经不再支持,所以我们需要手动去允许对于SHA1的支持 . 解决办法: 在生成公钥的~ ...

  5. Git提示: Unable to negotiate with xxx.xxx.xxx.xxx port XX: no matching host key type found.

    解决: 前提: 在排除没有配置公钥的情况下. 在Git的安装目录下 Git > etc > ssh 文件夹下找到 ssh_config 文件,在文件末尾添加一下代码 Host *Hostk ...

  6. 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 ...

  7. 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 ...

  8. unable to negotiate with xxxxx port xxx: no matching host key type found. Their offer: ssh-rsa

    unable to negotiate with xxxxx port xxx: no matching host key type found. Their offer: ssh-rsa windo ...

  9. git拉取代码报错:Unable to negotiate with xxx port xxx: no matching host key type found

    git拉取代码报错: Unable to negotiate with 172.18.19.44 port 22: no matching host key type found. Their off ...

最新文章

  1. 2021年甘肃省副高考试成绩查询,2021年甘肃卫生资格考试成绩查询-中国卫生人才网...
  2. linux多进程编程计算圆周率,中值积分定理计算PI值的多线程实现
  3. java excel解析视频教程_java解析Excel(xls、xlsx两种格式)
  4. UVA1262Password(第K字典序)
  5. 拉力测试软件界面,电脑拉力机/电脑控制拉力试验机软件操作界面与功能
  6. 为什么谷歌要执行严格的代码编写规范
  7. 在线文本转2-36任意进制工具
  8. 我要做 Android 第三弹弹弹
  9. B550-I Ryzen 9 5950X RX 5700 XT 黑苹果efi引导文件
  10. SpreadJS 15.2 英文版-Crack
  11. LintCode 171. Anagrams
  12. .net core with 微服务 - 微服务架构图
  13. 鼠标落在文字上变成小手标志
  14. 《电脑音乐制作实战指南:伴奏、录歌、MTV全攻略》——2.2 能知旋律但不知歌名,使用哼唱搜索来找歌...
  15. 怎样删除服务器内磁盘阵列信息,如何管理你的磁盘阵列
  16. 各种快递查询--Api接口
  17. 智慧数字经营要怎么代理加盟? 本文详解。
  18. MySQL学习笔记_03
  19. 常用算法简要总结(C语言)
  20. 信息系统项目管理师考试法律法规、行业标准、政策资料

热门文章

  1. 原生JS实现淡出淡入效果
  2. 音频转文字软件有哪些?推荐几个录音转文字工具
  3. echart象形图-三角锥形/山峰形/三角形--柱子渐变色,x轴换行显示,加单位显示
  4. 【C语言】文学研究助手
  5. fatfs文件系统详解之f_read函数分析
  6. 电脑流量监控软件监控局域网员工电脑流量使用情况
  7. group by 和where
  8. GIS海量数据的存储和读取
  9. 反向交易: 减少最大回撤以及在其它市场上测试
  10. c#中out ref的简单使用说明