Check: GEN001120
VMware ESX 3 Server:
GEN001120
(in version v1 r2)
Title
The system must not permit root logins using remote access programs, such as SSH. (Cat II impact)
Discussion
Even though communications are encrypted, an additional layer of security may be gained by extending the policy of not logging directly on as root. In addition, logging in with a user-specific account preserves the audit trail.
Check Content
Determine if the SSH daemon is configured to permit root logins. Procedure: # find / -name sshd_config -print # grep -v "^#" <sshd_config path> | grep -i permitrootlogin If the PermitRootLogin entry is not found or is not set to no, this is a finding.
Fix Text
Edit the configuration file and set the PermitRootLogin option to no.
Additional Identifiers
Rule ID: SV-1047r2_rule
Vulnerability ID: V-1047
Group Title: GEN001120
Expert Comments
CCIs
Number | Definition |
---|---|
CCI-000770 |
The organization requires individuals to be authenticated with an individual authenticator when a group authenticator is employed. |
Controls
Number | Title |
---|---|
IA-2 (5) |
Group Authentication |