Skip to content

Commit 7c090e7

Browse files
committed
Build distributed sshd config checks for RHCOS4
With RHEL9 nodes, RHCOS4 has support for drop-in files in sshd_config.d directory.
1 parent b82d81d commit 7c090e7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

products/rhcos4/product.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ groups:
1818
dedicated_ssh_keyowner:
1919
name: ssh_keys
2020

21+
sshd_distributed_config: "true"
22+
2123
cpes_root: "../../shared/applicability"
2224
cpes:
2325
- rhcos4:

tests/data/product_stability/rhcos4.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ reference_uris:
8989
stigref: https://www.cyber.mil/stigs/srg-stig-tools/
9090
release_key_fingerprint: 567E347AD0044ADE55BA8A5F199E2F91FD431D51
9191
rsyslog_cafile: /etc/pki/tls/cert.pem
92-
sshd_distributed_config: 'false'
92+
sshd_distributed_config: 'true'
9393
sysctl_remediate_drop_in_file: 'false'
9494
type: platform
9595
uid_min: 1000

0 commit comments

Comments
 (0)