-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eb4537f
commit 90c7a65
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,12 +35,12 @@ Crypto policies were introduced in Fedora 21 and are also used in RHEL8, Centos | |
|
||
## Algorithm recommendations | ||
|
||
The recommended crypto is configured in `vars/main.yml`. Check legal with your compliance officer. | ||
The recommended crypto is configured when the `STRICT` crypto_policy is selected: | ||
|
||
- `Ciphers` | ||
- `HostKeyAlgorithms` | ||
- `KexAlgorithms` | ||
- `MACs` | ||
- `Ciphers: [email protected],[email protected],[email protected],aes256-ctr,aes192-ctr,aes128-ctr` | ||
- `HostKeyAlgorithms: [email protected],ssh-ed25519` | ||
- `KexAlgorithms: curve25519-sha256,[email protected],diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group14-sha256` | ||
- `MACs: [email protected],[email protected],[email protected]` | ||
|
||
## Default Variables | ||
|
||
|