Modifiy authorized keys
This commit is contained in:
@ -2,3 +2,6 @@
|
||||
{% for key in common.ssh.authorized_keys %}
|
||||
{{ key }}
|
||||
{% endfor %}
|
||||
{% for key in ssh.authorized_keys %}
|
||||
{{ key }}
|
||||
{% endfor %}
|
||||
|
Reference in New Issue
Block a user