mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-29 06:00:19 +01:00
Fix typos
This commit is contained in:
parent
e2d6a8ba0f
commit
823cd2d055
1 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,8 @@ sshd_sysconfig_override_crypto_policy: false
|
||||||
# If the below is set to non-zero value, the OpenSSL random generator is
|
# If the below is set to non-zero value, the OpenSSL random generator is
|
||||||
# reseeded with the given amount of random bytes (from getrandom(2)
|
# reseeded with the given amount of random bytes (from getrandom(2)
|
||||||
# with GRND_RANDOM or /dev/random). Minimum is 14 bytes when enabled.
|
# with GRND_RANDOM or /dev/random). Minimum is 14 bytes when enabled.
|
||||||
# This is not recommended to enable if you do not have hadware random generator
|
# This is not recommended to enable if you do not have hardware random number
|
||||||
|
# generator
|
||||||
sshd_sysconfig_use_strong_rng: 0
|
sshd_sysconfig_use_strong_rng: 0
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue