🌟【SSH安全紧急避坑指南】OpenSSH 8.7后必看!RSA/SHA1淘汰
# 新版Ubuntu/Debian配置模板echo 'PubkeyAcceptedAlgorithms ssh-ed25519,ecdsa-sha2-nistp256,ssh-rsa' >> /etc/ssh/sshd_configsystemctl rest
# 新版Ubuntu/Debian配置模板echo 'PubkeyAcceptedAlgorithms ssh-ed25519,ecdsa-sha2-nistp256,ssh-rsa' >> /etc/ssh/sshd_configsystemctl rest
一、升级背景:漏洞扫描显示linux服务器openssh有高危漏洞,需要进行修复。openssh是远程登录到linux服务器的重要工具,要修复此漏洞需升级到最高版本(2021年5月中旬最新版本为8.6p1)。二、升级说明:1、所有升级文件均从官网下载。2、li