Fixed RedHat crypto policy file
This commit is contained in:
parent
431bf0c9b7
commit
1d08be491a
|
@ -1,2 +1,2 @@
|
|||
CRYPTO_POLICY='-o{% for key in ssh_hardening_opts %}{{ key }}={{ ssh_hardening_opts[key]|join(",") }} {% endfor %}'
|
||||
CRYPTO_POLICY='{% for key in ssh_hardening_opts %}-o{{ key }}={{ ssh_hardening_opts[key]|join(",") }} {% endfor %}'
|
||||
|
||||
|
|
Loading…
Reference in a new issue