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 0000000000..49dd5f4ef2 --- /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. +"""]]