summaryrefslogtreecommitdiff
path: root/doc/bugs/ssh___34__Include__34___feature_broke_Android.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/ssh___34__Include__34___feature_broke_Android.mdwn')
-rw-r--r--doc/bugs/ssh___34__Include__34___feature_broke_Android.mdwn8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/bugs/ssh___34__Include__34___feature_broke_Android.mdwn b/doc/bugs/ssh___34__Include__34___feature_broke_Android.mdwn
new file mode 100644
index 000000000..9be4d4318
--- /dev/null
+++ b/doc/bugs/ssh___34__Include__34___feature_broke_Android.mdwn
@@ -0,0 +1,8 @@
+### Please describe the problem.
+https://git-annex.branchable.com/bugs/git_annex_init_failed_due_to_unsupported_ssh_option/ deal with Include not being supported by pre 7.3 by using the 6.4+ IgnoreUnknown directive.
+
+Unfortunately, the Android apk (which I got from https://downloads.kitenet.net/git-annex/android/current/5.0/git-annex.apk) has (according to ssh -v) OpenSSH_6.0p1.
+
+I had to edit .git/annex/ssh.config to comment out the three offending lines and then append the contents of ~/.ssh/config to get git-annex working again.
+
+(This is on a Nexus 10 running stock, though I doubt it matters)