TOSS 5 must have the openssh-clients package installed.
Overview
| Finding ID | Version | Rule ID | IA Controls | Severity |
| V-282705 | TOSS-05-000235 | SV-282705r1201362_rule | CCI-000366 | medium |
| Description | ||||
| This package includes utilities to make encrypted connections and transfer files securely to SSH servers. | ||||
| STIG | Date | |||
| Tri-Lab Operating System Stack (TOSS) 5 Security Technical Implementation Guide | 2026-04-01 | |||
Details
Check Text (C-282705r1201362_chk)
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 Text (F-87171r1201094_fix)
Install the openssh-clients package using the following command:
$ sudo dnf install openssh-clients