ansible-sshd/templates/trusted-user-ca-keys.pub.j2
EmyLIEUTAUD 0bc6d8f40b
feat: manage ssh certificates (#252)
* Role configured to accept SSH connection via SSH certificates
* Works with or without principals and ansible-lint updated
* add test for SSH certificates authentication with principals
* Add configuration to run tests for SSH certificates authentication with principals
* tasks to use SSH certificates grouped into one file
* Update README.md
2023-09-11 14:39:03 +01:00

5 lines
No EOL
172 B
Django/Jinja

{{ ansible_managed | comment }}
{{ "willshersystems:ansible-sshd" | comment(prefix="", postfix="") }}
{% for key in sshd_trusted_user_ca_keys_list %}
{{ key }}
{% endfor %}