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
相关推荐
渡我白衣5 分钟前
Linux操作系统之文件(四):文件系统(上)
linux
ZZH1120KQ12 分钟前
Linux系统安全及应用
linux·运维·系统安全
程序漫游人1 小时前
centos8.5安装jdk21详细安装教程
java·linux
小小小糖果人1 小时前
Linux云计算基础篇(5)
linux·运维·服务器
small_wh1te_coder1 小时前
硬件嵌入式学习路线大总结(一):C语言与linux。内功心法——从入门到精通,彻底打通你的任督二脉!
linux·c语言·汇编·嵌入式硬件·算法·c
小张是铁粉1 小时前
docker在Linux的安装遇到的问题
linux·docker·容器
weixin_7714323111 小时前
linux系统 weblogic10.3.6(jar) 下载及安装
linux·运维·jar
绝不偷吃1 小时前
FastDFS分布式储存
linux·nginx
IC 见路不走3 小时前
LeetCode 第91题:解码方法
linux·运维·服务器
翻滚吧键盘3 小时前
查看linux中steam游戏的兼容性
linux·运维·游戏