STIGQter STIGQter: STIG Summary: Red Hat Enterprise Linux 10 Security Technical Implementation Guide Version: 1 Release: 2 Benchmark Date: 01 Jul 2026:

RHEL 10 must, for PKI-based authentication, enforce authorized access to the corresponding private key.

DISA Rule

SV-281326r1184637_rule

Vulnerability Number

V-281326

Group Title

SRG-OS-000067-GPOS-00035

Rule Version

RHEL-10-701240

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure RHEL 10, for PKI-based authentication, enforces authorized access to the corresponding private key.

Create a new private and public key pair that uses a passcode with the following command:

$ sudo ssh-keygen -N [passphrase]

Check Contents

Note: If the system administrator demonstrates the use of an approved alternate multifactor authentication method, this requirement is not applicable.

Verify RHEL 10 SSH private key files have a passcode.

For each private key stored on the system, use the following command:

$ sudo ssh-keygen -y -f /path/to/file

The expected output is a password prompt:
"Enter passphrase:"

If the password prompt is not displayed, and the contents of the key are displayed, this is a finding.

Vulnerability Number

V-281326

Documentable

False

Rule Version

RHEL-10-701240

Severity Override Guidance

Note: If the system administrator demonstrates the use of an approved alternate multifactor authentication method, this requirement is not applicable.

Verify RHEL 10 SSH private key files have a passcode.

For each private key stored on the system, use the following command:

$ sudo ssh-keygen -y -f /path/to/file

The expected output is a password prompt:
"Enter passphrase:"

If the password prompt is not displayed, and the contents of the key are displayed, this is a finding.

Check Content Reference

M

Target Key

5733