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
相关推荐
认真的薛薛6 分钟前
JVM和pod内存关系
linux·运维·jvm
色空大师1 小时前
【网站开发-java】
java·linux·服务器·开发语言·网站·搭建网站
释怀不想释怀1 小时前
硬盘基础了解知识
linux·运维·服务器
福楠1 小时前
现代C++ | 右值引用 + std::move + noexcept
linux·c语言·开发语言·c++
逆向编程1 小时前
Ubuntu 入门教程,日常常用命令
linux·运维·ubuntu
逆向编程2 小时前
Ubuntu 入门教程:从安装到日常使用,新手一步到位
linux·运维·ubuntu
叠叠乐2 小时前
ubuntu linux DNS 系统流程逻辑
linux·运维·ubuntu
西西弗Sisyphus2 小时前
Linux Shell 脚本中的 Shebang(#! /bin/bash)是什么
linux·bash·shebang
qzhqbb2 小时前
Linux 防火墙(iptable、nftables、ufw)
linux·运维·服务器
Mapleay2 小时前
alsa-lib 的插件
linux