allow per user overrides
This commit is contained in:
parent
07b4bee34f
commit
c4936b3f6f
1 changed files with 3 additions and 1 deletions
|
|
@ -59,5 +59,7 @@ MaxAuthTries 10
|
||||||
|
|
||||||
{% for i in sshuser %}
|
{% for i in sshuser %}
|
||||||
Match User {{ i }}
|
Match User {{ i }}
|
||||||
AuthorizedKeysFile {{ sshuser[i].AuthorizedKeysFile }}
|
{% for j in sshuser[i]|d({}) %}
|
||||||
|
{{ j }} {{ sshuser[i][j] }}
|
||||||
|
{% endfor %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue