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
相关推荐
渡我白衣40 分钟前
Linux网络编程:网络基础概念(下)
linux·网络
路溪非溪3 小时前
Linux定时器和时间管理源码相关总结
linux
一只小bit9 小时前
Linux网络:阿里云轻量级应用服务器配置防火墙模板开放端口
linux·网络·阿里云
嘉琪0019 小时前
实现视频实时马赛克
linux·前端·javascript
帽儿山的枪手10 小时前
HVV期间,如何使用SSH隧道绕过内外网隔离限制?
linux·网络协议·安全
邹诗钰-电子信息工程11 小时前
嵌入式基础知识复习(C语言)
linux·c语言·vim
瀚高PG实验室12 小时前
CentOS 8 安装HGDB V4.5 psql命令执行报错
linux·运维·centos·瀚高数据库
小醉你真好12 小时前
6、CentOS 9 安装 Docker
linux·docker·centos
平生不喜凡桃李13 小时前
Linux 线程概念与控制
java·linux·运维
獭.獭.14 小时前
Linux -- 文件【中】
linux