转载自:http://blog.csdn.net/junheart/article/details/51324848

升级到ubuntu-16.04后,发现Git-review代码报错:Could not connect to gerrit at ... 1 1执行$ ssh -i ~/.ssh/id_rsa.pub -p 29418 192.168.1.101 1 1

报错:Unable to negotiate with 192.168.1.101 port 29418: no matching key exchange method found. Their offer: diffie-hellman-group1-sha1

解决:修改~/.ssh/config,加入Host * KexAlgorithms +diffie-hellman-group1-sha1

相关文章:

  • 2022-12-23
  • 2021-08-30
  • 2022-12-23
  • 2022-12-23
  • 2021-09-26
  • 2021-07-19
  • 2021-06-05
  • 2021-07-01
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-08-05
  • 2021-06-05
  • 2022-01-02
  • 2021-11-08
  • 2022-12-23
相关资源
相似解决方案