ssh-hardening/templates/crypto-policies/opensshserver_redhat.config.j2
2021-10-19 10:22:00 +02:00

3 lines
117 B
Django/Jinja

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