Skip to content

Commit

Permalink
update password length requirements for ism_o secret and top secret l…
Browse files Browse the repository at this point in the history
…evels
  • Loading branch information
vojtapolasek committed Sep 26, 2024
1 parent 7d8df8d commit f68c57c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions controls/ism_o.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ controls:
- sshd_max_auth_tries_value=5
- sssd_enable_smartcards
- var_password_pam_minlen=14
- var_accounts_password_minlen_login_defs=14
- var_accounts_password_warn_age_login_defs=7
- var_accounts_minimum_age_login_defs=1
- var_accounts_maximum_age_login_defs=60
Expand Down Expand Up @@ -94,6 +95,8 @@ controls:
- sshd_disable_kerb_auth
- sshd_set_max_auth_tries
- sssd_enable_smartcards
- var_password_pam_minlen=20
- var_accounts_password_minlen_login_defs=20
status: automated
- id: '0484'
title: 'SSH daemon configuration'
Expand Down Expand Up @@ -607,6 +610,8 @@ use of device access control software or by disabling external communication int
- sshd_disable_kerb_auth
- sshd_set_max_auth_tries
- sssd_enable_smartcards
- var_password_pam_minlen=17
- var_accounts_password_minlen_login_defs=17
status: partial

- id: '1558'
Expand Down

0 comments on commit f68c57c

Please sign in to comment.