Ubuntu22拉取君正SDK报错

Ubuntu22拉取君正SDK报错

Ubuntu22拉取君正SDK报错

报错

shell 复制代码
Get ssh://sz halley2@119.136.25.25:29418/mirror/linux/manifestUnable to negotiate with 119.136.25.25 port 29418: no matching host key type found.Unable to negotiate with 119.136.25.25 port 29418: no matching host key type found.fatal: could not read from remote repository.
Please make sure you have the correct access rightsand the repository exists.
Their offer: ssh-rsa
Their offer: ssh-rsa

解决办法

.ssh/config文件添加如下内容

复制代码
cat .ssh/config 
Host 119.136.25.25
    HostKeyAlgorithms +ssh-rsa
    PubkeyAcceptedKeyTypes +ssh-rsa
    KexAlgorithms +diffie-hellman-group1-sha1
相关推荐
辞旧 lekkk38 分钟前
【Qt系统相关】鼠标事件
linux·开发语言·qt·学习·计算机外设·萌新
是摆烂第一名呀1 小时前
【rk3506】U-Boot串口时钟未配置,导致串口彻底失效
linux·arm开发·驱动开发·嵌入式硬件
liang89992 小时前
Anconda常用命令
linux·人工智能·conda
无足鸟ICT2 小时前
【RHCA+】管道符
linux·运维·服务器
老约家的可汗2 小时前
Linux的库制作和原理
linux·运维·服务器
非鱼䲆鱻䲜3 小时前
CCS 20.5.0的printf重定向串口怎么实现?
linux·单片机·电赛·ccs
左手厨刀右手茼蒿3 小时前
PCIe设备驱动开发:从枚举到DMA传输的完整链路
linux·嵌入式·系统内核
济6173 小时前
I.MX6U Linux 驱动开发篇---零基础必看!中断实验(按键中断 + 定时器消抖 + 设备树配置实战教程)--- Ubuntu20.04
linux·驱动开发·嵌入式·嵌入式linux驱动开发
seven_stars_3 小时前
CVE-2018-19518PHP漏洞
linux·浏览器·kali
浅止菌4 小时前
嵌入式设备ping不通?tcpdump 5分钟找到凶手,比加printf快10倍
linux