initial
This commit is contained in:
4
ssh/files/authorized_keys.jinja
Normal file
4
ssh/files/authorized_keys.jinja
Normal file
@@ -0,0 +1,4 @@
|
||||
# Managed by Salt
|
||||
{% for comment, keydata in pillar['authorized_keys'].items() -%}
|
||||
{{keydata}} {{comment}}
|
||||
{% endfor -%}
|
||||
Reference in New Issue
Block a user