diff options
-rw-r--r-- | doc/tips/centralized_git_repository_tutorial/on_your_own_server/comment_2_b6a70e698eb4c46e753a620716c5956c._comment | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/tips/centralized_git_repository_tutorial/on_your_own_server/comment_2_b6a70e698eb4c46e753a620716c5956c._comment b/doc/tips/centralized_git_repository_tutorial/on_your_own_server/comment_2_b6a70e698eb4c46e753a620716c5956c._comment new file mode 100644 index 000000000..54c8a6b3e --- /dev/null +++ b/doc/tips/centralized_git_repository_tutorial/on_your_own_server/comment_2_b6a70e698eb4c46e753a620716c5956c._comment @@ -0,0 +1,14 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 2""" + date="2016-04-14T19:40:32Z" + content=""" +git-annex sets up its own ssh connection caching because this makes it a +lot faster. + +To disable this feature, you can set annex.sshcaching=false, or set +remote.origin.annex-ssh-options as you have. + +git-annex has no way to know if you have another ssh socket to use, so it +seems fine for you to need to configure it if you want it to use one. +"""]] |