ssh-hardening/templates/crypto-policies/opensshserver.config.j2
Sven Velt 70ab8d6e28 Big update to support RHEL9 & clones
Now crypto-policies include SSH options (not command line arguments)
2023-03-20 20:32:35 +01:00

3 lines
117 B
Django/Jinja

CRYPTO_POLICY='{% for key in ssh_hardening_opts %}-o{{ key }}={{ ssh_hardening_opts[key]|join(",") }} {% endfor %}'