码迷,mamicode.com
首页 > 其他好文 > 详细

git clone时出现:"diffie-hellman-group1-sha1 "

时间:2018-03-12 18:38:27      阅读:306      评论:0      收藏:0      [点我收藏+]

标签:/etc/   配置   one   code   algorithm   目录   sha1   ber   pre   

解决办法1:在用户配置目录下添加一个ssh配置文件

vim /root/.ssh/config  内容如下:

Host *
    KexAlgorithms +diffie-hellman-group1-sha1

解决方法2: 在ssh全局配置目录下添加一个ssh配置文件

vim /etc/ssh/ssh_config.d/ssh_xx.conf  内容如下:

Host *
    KexAlgorithms +diffie-hellman-group1-sha1

 

 

 

git clone时出现:"diffie-hellman-group1-sha1 "

标签:/etc/   配置   one   code   algorithm   目录   sha1   ber   pre   

原文地址:https://www.cnblogs.com/noxy/p/8550281.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!