STIGhubSTIGhub
STIGsRMF ControlsCompare
STIGhub— A free STIG search and compliance tool·STIGs updated 3 days ago
Powered by Pylon·Privacy·Terms·© 2026 Beacon Cloud Solutions, Inc.
← Back to Oracle Linux 8 Security Technical Implementation Guide

V-248532

CAT II (Medium)

OL 8, for certificate-based authentication, must enforce authorized access to the corresponding private key.

Rule ID

SV-248532r958450_rule

STIG

Oracle Linux 8 Security Technical Implementation Guide

Version

V2R8

CCIs

CCI-000186

Discussion

If an unauthorized user obtains access to a private key without a passcode, that user would have unauthorized access to any system where the associated public key has been installed.

Check Content

Verify the 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 
 
If the contents of the key are displayed, this is a finding.

Fix Text

Create a new private and public key pair that uses a passcode with the following command: 
 
$ sudo ssh-keygen -n [passphrase]