Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
documentation_complete: true

prodtype: wrlinux8,wrlinux1019,rhel6,rhel7,rhel8,ol7,rhv4
prodtype: wrlinux8,wrlinux1019,rhel6,rhel7,ol7,rhv4

title: 'Use Only FIPS 140-2 Validated Ciphers'

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
documentation_complete: true

prodtype: wrlinux1019,rhel6,rhel7,rhel8,ol7,rhv4
prodtype: wrlinux1019,rhel6,rhel7,ol7,rhv4

title: 'Use Only FIPS 140-2 Validated MACs'

Expand Down
11 changes: 4 additions & 7 deletions rhel8/profiles/ospp.profile
Original file line number Diff line number Diff line change
Expand Up @@ -1034,16 +1034,9 @@ selections:
## Enable SSH Warning Banner
- sshd_enable_warning_banner

## Use Only FIPS 140-2 Validated Ciphers
- sshd_use_approved_ciphers

## TO DO: https://github.com/ComplianceAsCode/content/issues/4469
#echo -e "PubkeyAcceptedKeyTypes ssh-rsa,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384" >> $CONFIG

## Use Only FIPS 140-2 Validated MACs
## SEE ALSO: https://github.com/ComplianceAsCode/content/issues/4470
- sshd_use_approved_macs

## TO DO: https://github.com/ComplianceAsCode/content/issues/4471
#echo -e "KexAlgorithms diffie-hellman-group14-sha1,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521" >> $CONFIG

Expand Down Expand Up @@ -1091,6 +1084,10 @@ selections:
## Enable FIPS Mode
- enable_fips_mode

## Set up Crypto policy
- var_system_crypto_policy=fips
- configure_crypto_policy

## TO DO: https://github.com/ComplianceAsCode/content/issues/4500
# - sysctl_crypto_fips_enabled

Expand Down