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
相关推荐
佑白雪乐3 小时前
<Linux基础第10集>复习前面内容
linux·运维·服务器
春日见3 小时前
自动驾驶规划控制决策知识点扫盲
linux·运维·服务器·人工智能·机器学习·自动驾驶
暮云星影3 小时前
四、linux系统 应用开发:UI开发环境配置概述 (三)
linux·ui·arm
迷途知返-4 小时前
服务器——那些年我踩过的坑
linux
landonVM4 小时前
Linux 上搭建 Web 服务器
linux·服务器·前端
云游云记5 小时前
nesbot/carbon 常用功能总结
linux·运维·服务器
慵懒的猫mi5 小时前
从XDG正式支持如意玲珑(Linyaps)看如意玲珑的发展与架构演进
linux·开源软件·deepin
landonVM5 小时前
Linux 下的高效压缩工具 Zstandard
linux·运维·服务器
EmbedLinX5 小时前
Linux之内存管理
linux·服务器·c语言·c++
番茄灭世神5 小时前
Linux从入门到进阶第一章
linux·计算机·操作系统