]> arthur.barton.de Git - bup.git/blobdiff - Documentation/bup-join.md
Documentation/bup-save.md: change --strip-prefix to --strip-path.
[bup.git] / Documentation / bup-join.md
index 921b92fcb0f8bbfadb97c67774ffe279e8977c77..a16fbc0445b24e4f52a9cbce5debc4de4c32580a 100644 (file)
@@ -28,7 +28,10 @@ join` reads them from stdin instead.
 -r, --remote=*host*:*path*
 :   Retrieves objects from the given remote repository
     instead of the local one. *path* may be blank, in which
-    case the default remote repository is used.
+    case the default remote repository is used.  The connection to the
+    remote server is made with SSH.  If you'd like to specify which port, user
+    or private key to use for the SSH connection, we recommend you use the
+    `~/.ssh/config` file.
 
 
 # EXAMPLE
@@ -46,7 +49,7 @@ join` reads them from stdin instead.
 
 # SEE ALSO
 
-`bup-split`(1), `bup-save`(1)
+`bup-split`(1), `bup-save`(1), `ssh_config`(5)
 
 # BUP