aboutsummaryrefslogtreecommitdiff
path: root/templates/authorized_keys
blob: 49c8820b3edc0f6ab51cbfdc46c04efd548958c0 (plain)
1
2
3
{% for client in borg.server.clients %}
command="borg serve --restrict-to-path /srv/borg/repos/{{ client.hostname }}",restrict {{ client.pubkey }}
{% endfor %}