mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-22 23:38:57 +00:00
Disable unneeded SSH features in authorized_keys example for security.
This commit is contained in:
parent
f2f2810b5a
commit
7851df089a
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ the remote server's authorized_keys file. Only the forced command will be run
|
|||
when the key authenticates a connection. This example will start |project_name| in server
|
||||
mode, and limit the |project_name| server to a specific filesystem path::
|
||||
|
||||
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[...]
|
||||
|
||||
If it is not possible to install |project_name| on the remote host,
|
||||
it is still possible to use the remote host to store a repository by
|
||||
|
|
Loading…
Reference in a new issue