ssh-hardening/templates/crypto-policies/opensshserver_redhat.config.j2

3 lines
117 B
Plaintext
Raw Normal View History

2021-10-11 20:58:09 +00:00
CRYPTO_POLICY='-o{% for key in ssh_hardening_opts %}{{ key }}={{ ssh_hardening_opts[key]|join(",") }} {% endfor %}'