mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-25 17:27:31 +00:00
ssh: repo url docs - fix typo
This commit is contained in:
parent
de9aa1923f
commit
9b9179312d
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ is installed on the remote host, in which case the following syntax is used::
|
||||||
|
|
||||||
or::
|
or::
|
||||||
|
|
||||||
$ borg init ssh://user@hostname:port//path/to/repo
|
$ borg init ssh://user@hostname:port/path/to/repo
|
||||||
|
|
||||||
Remote operations over SSH can be automated with SSH keys. You can restrict the
|
Remote operations over SSH can be automated with SSH keys. You can restrict the
|
||||||
use of the SSH keypair by prepending a forced command to the SSH public key in
|
use of the SSH keypair by prepending a forced command to the SSH public key in
|
||||||
|
|
Loading…
Reference in a new issue