https://www.jianshu.com/p/0e4bedb46502
vi /etc/ssh/sshd_config
在最后添加如下内容
Ciphers chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com
保存退出后
重启sshd服务
systemctl restart sshd
修复完成。
https://www.jianshu.com/p/0e4bedb46502
vi /etc/ssh/sshd_config
在最后添加如下内容
Ciphers chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com
保存退出后
重启sshd服务
systemctl restart sshd
修复完成。
本文标题:OpenSSH CBC模式信息泄露漏洞修复指南
本文链接:https://www.haomeiwen.com/subject/uwltertx.html
网友评论