Skip to content

Commit

Permalink
OCPBUGS-33945: select required SSHD timeout rule
Browse files Browse the repository at this point in the history
The rule sshd_set_idle_timeout used to require rule sshd_set_keepalive_0
for Red Hat linuxes. But after #11815 it started to require rules
sshd_set_keepalive.

This selects the rule that satifyes the requirement.
  • Loading branch information
yuumasato committed Jun 25, 2024
1 parent a3d0799 commit 729a3eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controls/nist_rhcos4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ controls:
rules:
- sshd_set_idle_timeout
- var_sshd_set_keepalive=0
- sshd_set_keepalive_0
- sshd_set_keepalive
description: |-
The organization requires that users log out when [Assignment: organization-defined time-period of expected inactivity or description of when to log out].

Expand Down

0 comments on commit 729a3eb

Please sign in to comment.