macbook远程连接报错no matching cipher found

 

在.ssh/目录下添加config文件

Host xxx.xxx.xxx.xxx
Ciphers 3des-cbc
KexAlgorithms +diffie-hellman-group1-sha1
user xxx
Host xxx.xxx.xxx.xxx
Port 50022

 

再次连接即可

 

 

参考:https://unix.stackexchange.com/questions/402746/ssh-unable-to-negotiate-no-matching-key-exchange-method-found

 

相关文章:

  • 2021-08-31
  • 2022-01-15
  • 2021-07-14
  • 2021-11-14
  • 2021-12-20
  • 2021-08-25
  • 2021-12-02
猜你喜欢
  • 2021-07-19
  • 2021-12-29
  • 2021-11-30
  • 2022-01-17
  • 2021-06-15
  • 2021-12-02
相关资源
相似解决方案