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

Consecutive login attempts for SSH must be limited to 3.

DISA Rule

SV-216352r603267_rule

Vulnerability Number

V-216352

Group Title

SRG-OS-000480

Rule Version

SOL-11.1-040340

Severity

CAT III

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:

MaxAuthTries

Change it to:

MaxAuthTries 6

Restart the SSH service.

# svcadm restart svc:/network/ssh

Note: Solaris SSH MaxAuthTries of 6 maps to 3 actual failed attempts.

Check Contents

Determine if consecutive login attempts are limited to 3.

# grep "^MaxAuthTries" /etc/ssh/sshd_config | grep -v Log

If the output of this command is not:

MaxAuthTries 6

this is a finding.

Note: Solaris SSH MaxAuthTries of 6 maps to 3 actual failed attempts.

Vulnerability Number

V-216352

Documentable

False

Rule Version

SOL-11.1-040340

Severity Override Guidance

Determine if consecutive login attempts are limited to 3.

# grep "^MaxAuthTries" /etc/ssh/sshd_config | grep -v Log

If the output of this command is not:

MaxAuthTries 6

this is a finding.

Note: Solaris SSH MaxAuthTries of 6 maps to 3 actual failed attempts.

Check Content Reference

M

Target Key

4022

Comments