Skip to content
Snippets Groups Projects
Commit 8e6b97df authored by Michaël Paulon's avatar Michaël Paulon Committed by shirenn
Browse files

[borgbackup-server] Use restrict directive for authorized_key

As documented in https://borgbackup.readthedocs.io/en/stable/usage/serve.html, openssh-server > 7.2 is available in debian since at least stretch (7.4) so no risk of compatibility issues.
parent 880767d8
No related branches found
No related tags found
1 merge request!289[borgbackup-server] Use restrict directive for authorized_key
{{ ansible_header | comment }}
command="borg serve --restrict-to-path {{ borg.path }}",no-agent-forwarding,no-port-forwarding,no-pty,no-user-rc,no-X11-forwarding {{ vault.borgbackup_ssh_pubkey }}
command="borg serve --restrict-to-path {{ borg.path }}",restrict {{ vault.borgbackup_ssh_pubkey }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment