Plugin 70658: SSH Server CBC Mod
2019-07-25 本文已影响0人
橘子基因
修改/etc/ssh/sshd_config文件,vim /etc/ssh/sshd_config
。
删除或注释Ciphers and keying
在文末添加Ciphers aes128-ctr,aes192-ctr,aes256-ctr
重启服务systemctl restart sshd
修改/etc/ssh/sshd_config文件,vim /etc/ssh/sshd_config
。
删除或注释Ciphers and keying
在文末添加Ciphers aes128-ctr,aes192-ctr,aes256-ctr
重启服务systemctl restart sshd