OL 9 must have the openssh-clients package installed.
Overview
| Finding ID | Version | Rule ID | IA Controls | Severity |
| V-271488 | OL09-00-000260 | SV-271488r1091176_rule | CCI-000366 | medium |
| Description | ||||
| This package includes utilities to make encrypted connections and transfer files securely to SSH servers. | ||||
| STIG | Date | |||
| Oracle Linux 9 Security Technical Implementation Guide | 2025-05-08 | |||
Related Frameworks
4 paths across 3 frameworks
Related Frameworks
NIST 800-531 mapping
CM-6
1.00
- DISA · 1 · disa_xccdf · related
- DISA · 2025-01-23 · disa_cci_list · equivalent
NIST 800-1712 mappings
3.4.1
1.00
- DISA · 1 · disa_xccdf · related
- DISA · 2025-01-23 · disa_cci_list · equivalent
- NIST · Rev 2 (Feb 2020, errata Jan 2021) · nist_800_171_app_d · equivalent
3.4.2
1.00
- DISA · 1 · disa_xccdf · related
- DISA · 2025-01-23 · disa_cci_list · equivalent
- NIST · Rev 2 (Feb 2020, errata Jan 2021) · nist_800_171_app_d · equivalent
CCI1 mapping
CCI-000366
1.00
- DISA · 1 · disa_xccdf · related
Details
Check Text (C-271488r1091176_chk)
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 Text (F-75445r1091175_fix)
Install the openssh-clients package with the following command:
$ sudo dnf install -y openssh-clients