RHEL 9 must have the openssh-clients package installed.

Overview

Finding IDVersionRule IDIA ControlsSeverity
V-257980RHEL-09-255020SV-257980r1045016_ruleCCI-000366medium
Description
This package includes utilities to make encrypted connections and transfer files securely to SSH servers.
STIGDate
Red Hat Enterprise Linux 9 Security Technical Implementation Guide2025-05-14

Details

Check Text (C-257980r1045016_chk)

Verify that RHEL 9 has the openssh-clients package installed with the following command: $ dnf list --installed openssh-clients Example output: openssh-clients.x86_64 8.7p1-8.el9 If the "openssh-clients" package is not installed, this is a finding.

Fix Text (F-61645r1045015_fix)

The openssh-clients package can be installed with the following command: $ sudo dnf install openssh-clients