Anolis OS 8.9 升级 OpenSSH 10.0p2
使用 yum 升级 OpenSSH
检查当前 OpenSSH 版本
ssh -V
更新系统包管理器
sudo yum update -y
升级 OpenSSH 包
sudo yum update openssh-server openssh-clients -y
重启 SSH 服务
sudo systemctl restart sshd
sudo systemctl status sshd
验证升级结果
ssh -V
欢迎来撩 : 汇总all