报错

Unable to negotiate with 115.29.11.157 port 29418: no matching cipher found. Their offer: aes128-cbc,3des-cbc,blowfish-cbc

解决办法

编辑 /etc/ssh/ssh_config
找到算法列表那行
Ciphers aes128-ctr,aes192-ctr,aes256-ctr,aes128-cbc,3des-cbc
去掉注释,问题就解决了

相关文章:

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