Added SSH key options to the usage example.

This commit is contained in:
Piotr Pawlow 2016-01-18 18:49:07 +01:00
parent a3fa965ded
commit 987aaa34df
1 changed files with 2 additions and 1 deletions

View File

@ -419,9 +419,10 @@ Examples
::
# Allow an SSH keypair to only run borg, and only have access to /mnt/backup.
# Use key options to disable unneeded and potentially dangerous SSH functionality.
# This will help to secure an automated remote backup system.
$ cat ~/.ssh/authorized_keys
command="borg serve --restrict-to-path /mnt/backup" ssh-rsa AAAAB3[...]
command="borg serve --restrict-to-path /mnt/backup",no-pty,no-agent-forwarding,no-port-forwarding,no-X11-forwarding,no-user-rc ssh-rsa AAAAB3[...]
.. include:: usage/upgrade.rst.inc