TOSS 5 must have the openssh-clients package installed.

Severity
Group ID
Group Title
Version
Rule ID
Date
STIG Version
mediumV-282705SRG-OS-000480-GPOS-00227TOSS-05-000235SV-282705r1201362_rule2026-04-011

Description

This package includes utilities to make encrypted connections and transfer files securely to SSH servers.

ℹ️ Check

Verify TOSS 5 has the "openssh-clients" package installed using the following command: $ sudo 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

Install the openssh-clients package using the following command: $ sudo dnf install openssh-clients