SSH Weak Encryption Algorithms Supported
稍微爬了一下,發現解決方法也很簡單,打開SSH加入以下內容
Vulnerability Detection Result
The following weak client-to-server encryption algorithms are supported by the remote serv↵ ice: aes128-cbc arcfour256 cast128-cbc aes192-cbc 3des-cbc arcfour128 rijndael-cbc@lysator.liu.se aes256-cbc arcfour blowfish-cbc The following weak server-to-client encryption algorithms are supported by the remote serv↵ ice: aes128-cbc arcfour256 cast128-cbc aes192-cbc 3des-cbc arcfour128 rijndael-cbc@lysator.liu.se aes256-cbc arcfour blowfish-cbc
vi /etc/ssh/sshd_config重新啟動服務
Ciphers aes256-ctr,aes192-ctr,aes128-ctr
MACs hmac-sha1
systemctl restart sshd打完收工
Reference
沒有留言:
張貼留言