summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawksOCeakibYmGDt3wLLo4nkY0FkB72I2Uo <Source@web>2015-03-05 01:52:02 +0000
committerGravatar admin <admin@branchable.com>2015-03-05 01:52:02 +0000
commitc3d182a331a2ca7ddc9978824b47f2223bff3a14 (patch)
tree17ee2b89f4a53d0cf84e57f9de0d4850df9f31e9
parent844553040daa55848fb0eb4ba3918a743f626fa9 (diff)
-rw-r--r--doc/forum/NTFS_usb_on_linux_unable_to_connect_to_ssh_remote.mdwn29
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/forum/NTFS_usb_on_linux_unable_to_connect_to_ssh_remote.mdwn b/doc/forum/NTFS_usb_on_linux_unable_to_connect_to_ssh_remote.mdwn
new file mode 100644
index 000000000..d7867f987
--- /dev/null
+++ b/doc/forum/NTFS_usb_on_linux_unable_to_connect_to_ssh_remote.mdwn
@@ -0,0 +1,29 @@
+There are SSH keys in ~/.ssh to a remote server that I added as a git annex remote. On my Debian box, I am able to `git annex copy` and `git annex move` to and from the remote to a local repo at `~/archive` with no problems. I also have no problems with external USB drives formatted ext4.
+
+I have an external usb drive formatted NTFS that I connect to a Debian box. I added the remote server like the others and when I try to copy or move to and from it, this error code shows up.
+
+
+
+ pull archive
+ Control socket connect(.git/annex/ssh/f7be67fcc0a6f016ba90edcdd8e02e1f): Connection refused
+ Failed to connect to new control master
+ fatal: Could not read from remote repository.
+
+ Please make sure you have the correct access rights
+ and the repository exists.
+ failed
+ push archive
+ Control socket connect(.git/annex/ssh/f7be67fcc0a6f016ba90edcdd8e02e1f): Connection refused
+ Failed to connect to new control master
+ fatal: Could not read from remote repository.
+
+ Please make sure you have the correct access rights
+ and the repository exists.
+
+ Pushing to archive failed.
+
+
+
+I think it is because of NTFS and the ssh key stored in `~/.ssh`, but I don't know what is going on.
+
+Thanks!