aboutsummaryrefslogtreecommitdiff
path: root/doc/walkthrough
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-08-05 14:15:20 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-08-05 14:15:20 -0400
commitb31153e47f6c2f62149a54066417b7c13c3c31d0 (patch)
tree8567e3d1c107376f26da6657e9b4aa6b7f6ea38f /doc/walkthrough
parentc7fd7515a067e0aea711d65b52ec02b6a145d133 (diff)
link to the centralized_git_repository_tutorial
Diffstat (limited to 'doc/walkthrough')
-rw-r--r--doc/walkthrough/using_ssh_remotes.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/walkthrough/using_ssh_remotes.mdwn b/doc/walkthrough/using_ssh_remotes.mdwn
index ee8b629fa..4797a58c3 100644
--- a/doc/walkthrough/using_ssh_remotes.mdwn
+++ b/doc/walkthrough/using_ssh_remotes.mdwn
@@ -31,3 +31,6 @@ access, if available. There is a annex-cost setting you can configure in
Also, note that you need full shell access for this to work --
git-annex needs to be able to ssh in and run commands. Or at least,
your shell needs to be able to run the [[git-annex-shell]] command.
+
+For details on setting up ssh remotes, see the
+[[tips/centralized_git_repository_tutorial]].