mac系统idea开发工具git -push 报错:no matching host key type found. Their offer: ssh-dss

Posted cbxblog

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mac系统idea开发工具git -push 报错:no matching host key type found. Their offer: ssh-dss相关的知识,希望对你有一定的参考价值。

原因:

根本原因之所以报错是因为OpenSSH7.0以后的版本不再支持ssh-dss(DSA)算法,官方的说法是这个算法太弱了。MACOS升到10.12附带的openssh版本是7.4,如下:?~sshd-Vsshd:illegaloption--VOpenSSH_7

解决方案:

命令行里添加选项 
ssh -oHostKeyAlgorithms=+ssh-dss [email protected] 
添加 HostKeyAlgorithms +ssh-dss到配置 ~/.ssh/config 

 



以上是关于mac系统idea开发工具git -push 报错:no matching host key type found. Their offer: ssh-dss的主要内容,如果未能解决你的问题,请参考以下文章

MAC 使用IDEA git插件 Plugin Git: git4idea 高CPU占用解决

为啥我的mac idea maven项目一引入依赖就报错?

软件安装mac 使用 git报错

软件安装mac 使用 git报错

软件安装mac 使用 git报错

mac 下 idea创建开发环境