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

3 lines
117 B
Django/Jinja

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