summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-03-16 13:25:05 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-03-16 13:25:35 -0400
commitc9726feaaf7301320a91f4f92056d5c3fd36554a (patch)
tree1611a5919cb4bcf5da940dfd9cbaf21f275a110e
parent857ee930defeb7f1397a60fbffe307b4c8525b8f (diff)
comment
-rw-r--r--doc/forum/NTFS_usb_on_linux_unable_to_connect_to_ssh_remote/comment_2_75abe6da74cd0432e616e391f5be6fe3._comment14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/forum/NTFS_usb_on_linux_unable_to_connect_to_ssh_remote/comment_2_75abe6da74cd0432e616e391f5be6fe3._comment b/doc/forum/NTFS_usb_on_linux_unable_to_connect_to_ssh_remote/comment_2_75abe6da74cd0432e616e391f5be6fe3._comment
new file mode 100644
index 000000000..49dd5f4ef
--- /dev/null
+++ b/doc/forum/NTFS_usb_on_linux_unable_to_connect_to_ssh_remote/comment_2_75abe6da74cd0432e616e391f5be6fe3._comment
@@ -0,0 +1,14 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 2"""
+ date="2015-03-16T17:14:50Z"
+ content="""
+This control socket message sounds like the actual problem is
+that unix sockets cannot be used on this filesystem. git-annex
+puts the socket there to make ssh connection caching work.
+
+So, I think you need to disable ssh connection caching:
+`git config annex.sshcaching false`
+
+I was able to reproduce a similar failure on nfts on linux.
+"""]]