OL 9 must have the openssh-clients package installed.
Severity | Group ID | Group Title | Version | Rule ID | Date | STIG Version |
|---|---|---|---|---|---|---|
| medium | V-271488 | SRG-OS-000480-GPOS-00227 | OL09-00-000260 | SV-271488r1091176_rule | 2025-05-08 | 1 |
| Description |
|---|
| This package includes utilities to make encrypted connections and transfer files securely to SSH servers. |
| ℹ️ Check |
|---|
| Verify that OL 9 has the openssh-clients package installed with the following command: $ dnf list --installed openssh-clients Installed Packages openssh-clients.x86_64 8.7p1-38.0.2.el9_4.4 @ol9_baseos_latest If the openssh-clients package is not installed, this is a finding. |
| ✔️ Fix |
|---|
| Install the openssh-clients package with the following command: $ sudo dnf install -y openssh-clients |