STIGQter STIGQter: STIG Summary: Solaris 11 X86 Security Technical Implementation Guide Version: 2 Release: 3 Benchmark Date: 23 Apr 2021:

Direct root account login must not be permitted for SSH access.

DISA Rule

SV-216117r603268_rule

Vulnerability Number

V-216117

Group Title

SRG-OS-000480

Rule Version

SOL-11.1-040360

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

The root role is required.

Modify the sshd_config file

# pfedit /etc/ssh/sshd_config

Locate the line containing:

PermitRootLogin

Change it to:

PermitRootLogin no

Restart the SSH service.

# svcadm restart svc:/network/ssh

Check Contents

Determine if root login is disabled for the SSH service.

# grep "^PermitRootLogin" /etc/ssh/sshd_config

If the output of this command is not:

PermitRootLogin no

this is a finding.

Vulnerability Number

V-216117

Documentable

False

Rule Version

SOL-11.1-040360

Severity Override Guidance

Determine if root login is disabled for the SSH service.

# grep "^PermitRootLogin" /etc/ssh/sshd_config

If the output of this command is not:

PermitRootLogin no

this is a finding.

Check Content Reference

M

Target Key

4021

Comments