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
相关推荐
赵民勇17 分钟前
systemd-socket-activate命令详解
linux·运维
Cx330❀38 分钟前
【Linux网络】网络层 IP 协议:从网段划分到内核源码解析
大数据·linux·服务器·网络·tcp/ip·性能优化·langchain
企鹅的蚂蚁1 小时前
LubanCat RK3588 实时 Linux 开发(七):YT6801 PCIe 网卡驱动移植与 vermagic 排查
linux·rk3588·linux驱动·yt6801·pcie网卡·vermagic
DYWorker0011 小时前
Linux驱动子系统:DMA子系统 —— Consumer和Provider(006)
linux·驱动开发
byte轻骑兵1 小时前
【BlueZ】 log 模块:日志系统的实现与自定义日志输出配置
linux·人工智能·bluez·电脑蓝牙·嵌入式蓝牙
探索云原生2 小时前
KubeClipper 1.7.0 发布:Operation 优化与 Kubernetes 1.37 支持
linux·docker·云原生·kubernetes·go
一技安身2 小时前
【信创】docker-26.0.2.tgz 原理 + 完整安装
linux·运维·服务器
程曦曦2 小时前
MySQL 生产库误删 98 张表后的时间点恢复实战:从 binlog 解析到资金对账
linux·数据结构·其他·算法·ubuntu·运维开发
赵民勇3 小时前
systemd-mount命令详解
linux
H_oRIZoN_3 小时前
Linux入门DAY42【51 单片机】DS18B20 数字温度传感器完整解析(单总线原理 + 时序 + 读取流程)
linux·单片机·linux应用编程