Check: GEN005538
Solaris 9 X86 STIG:
GEN005538
(in version v1 r9)
Title
The SSH daemon must not allow rhosts RSA authentication. (Cat II impact)
Discussion
If SSH permits rhosts RSA authentication, a user may be able to log in based on the keys of the host originating the request and not any user-specific authentication.
Check Content
Check the SSH daemon configuration for the RhostsRSAAuthentication setting. # grep -i RhostsRSAAuthentication /etc/ssh/sshd_config | grep -v '^#' If the setting is not present or not set to no, this is a finding.
Fix Text
Edit the SSH daemon configuration and add or edit the RhostsRSAAuthentication setting value to no.
Additional Identifiers
Rule ID: SV-26786r1_rule
Vulnerability ID: V-22487
Group Title:
Expert Comments
Expert comments are only available to logged-in users.
CCIs
CCIs tied to check.
Number | Definition |
---|---|
CCI-000366 |
The organization implements the security configuration settings. |
Controls
Controls tied to check. These are derived from the CCIs shown above.
Number | Title |
---|---|
CM-6 |
Configuration Settings |