aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/adding_remote_server_using_ssh_on_a_4.1_device.mdwn
diff options
context:
space:
mode:
authorGravatar http://jamestechnotes.com/ <James@web>2015-02-20 17:05:20 +0000
committerGravatar admin <admin@branchable.com>2015-02-20 17:05:20 +0000
commitb95866592e62e79cab50e554c87f8dbe5d45eebe (patch)
treedc5d67ad5680ae5a968edbe87e45c3c33eccf4ac /doc/bugs/adding_remote_server_using_ssh_on_a_4.1_device.mdwn
parent5213c390f6dff3fcb0cd7bd13743b04366b11557 (diff)
Diffstat (limited to 'doc/bugs/adding_remote_server_using_ssh_on_a_4.1_device.mdwn')
-rw-r--r--doc/bugs/adding_remote_server_using_ssh_on_a_4.1_device.mdwn34
1 files changed, 34 insertions, 0 deletions
diff --git a/doc/bugs/adding_remote_server_using_ssh_on_a_4.1_device.mdwn b/doc/bugs/adding_remote_server_using_ssh_on_a_4.1_device.mdwn
new file mode 100644
index 000000000..366d41976
--- /dev/null
+++ b/doc/bugs/adding_remote_server_using_ssh_on_a_4.1_device.mdwn
@@ -0,0 +1,34 @@
+### Please describe the problem.
+
+Unable to add remote server using ssh on a 4.1 device.
+
+The error message on the android is: Failed to ssh to the server. Transcript: Could not create directory '(null)/.ssh'.
+
+The message from sshd on the server is: Feb 20 11:32:37 thrain sshd[1662]: Did not receive identification string from 10.1.0.16
+
+(thrain is the sshd server, 10.1.0.16 is the android)
+
+### What steps will reproduce the problem?
+
+On the android, go into the get-annex webpage, select add remote repository,
+add the particulars
+
+hit check this server.
+
+### What version of git-annex are you using? On what operating system?
+
+The android version of git-annex is 5.20150219-gd24cgd3
+The version of address is 4.1.1
+
+The sshd server is debian wheezy
+
+
+### Please provide any additional information below.
+
+[[!format sh """
+# If you can, paste a complete transcript of the problem occurring here.
+# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log
+
+
+# End of transcript or log.
+"""]]