AlmaLinux OS 9 SSH daemon must not allow rhosts authentication.
An XCCDF Rule
Description
SSH trust relationships mean a compromise on one host can allow an attacker to move trivially to other hosts.
- ID
- SV-269269r1050151_rule
- Version
- ALMA-09-021360
- Severity
- Medium
- References
- Updated
Remediation Templates
A Manual Procedure
Configure the SSH daemon to not allow rhosts authentication.
Add the following line to "/etc/ssh/sshd_config", or uncomment the line and set the value to "yes":
IgnoreRhosts yes