SSH使用了弱加密算法,解决方法:

/etc/ssh/sshd_config中显式指定ssh通讯时使用的加密算法

在文件的最后加上:

Ciphers aes128-ctr,aes192-ctr,aes256-ctr

SSH Weak Encryption Algorithms Supported

 

 

然后重启sshd: service sshd restart

 

相关文章:

  • 2022-01-21
  • 2022-01-23
  • 2021-08-22
  • 2022-12-23
  • 2022-12-23
  • 2021-05-19
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-10-04
  • 2021-08-18
  • 2022-12-23
  • 2022-12-23
  • 2021-08-10
相关资源
相似解决方案