(no commit message)
authorhttps://openid.stackexchange.com/user/3ee5cf54-f022-4a71-8666-3c2b5ee231dd <Anthony_DeRobertis@web>
Thu, 1 Dec 2016 18:54:24 +0000 (18:54 +0000)
committeradmin <admin@branchable.com>
Thu, 1 Dec 2016 18:54:24 +0000 (18:54 +0000)
doc/bugs/ssh___34__Include__34___feature_broke_Android.mdwn [new file with mode: 0644]

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 (file)
index 0000000..8cdf8e1
--- /dev/null
@@ -0,0 +1,6 @@
+### 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.