Remediation Steps
Follow the steps below to remediate this finding on Linux (RHEL/CentOS/AlmaLinux).
Update OpenSSH via the package manager:
sudo yum update openssh-server # RHEL/CentOS 7 sudo dnf update openssh-server # RHEL/CentOS 8+ / AlmaLinuxVerify the installed version:
ssh -VRestart the SSH service:
sudo systemctl restart sshd