summaryrefslogtreecommitdiff
path: root/doc/bugs/ssh___34__Include__34___feature_broke_Android.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-12-13 12:05:05 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-12-13 12:12:38 -0400
commitf1f846bfce78f6ee82eccd93e3dbb0bd1d559e8a (patch)
tree09e92fcac0c6f0a1cdd4899f6ad33ae1f7585570 /doc/bugs/ssh___34__Include__34___feature_broke_Android.mdwn
parent0e4bd345ac17e95b1e2d0b547d1c7be669a00af1 (diff)
Revert ServerAliveInterval
Revert ServerAliveInterval change in 6.20161111, which caused problems with too many old versions of ssh and unusual ssh configurations. It should have not been needed anyway since ssh is supposted to have TCPKeepAlive enabled by default.
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.mdwn2
1 files changed, 2 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
index 9be4d4318..ca5b86c87 100644
--- a/doc/bugs/ssh___34__Include__34___feature_broke_Android.mdwn
+++ b/doc/bugs/ssh___34__Include__34___feature_broke_Android.mdwn
@@ -6,3 +6,5 @@ Unfortunately, the Android apk (which I got from https://downloads.kitenet.net/g
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)
+
+> Reverted use of this feature for now.[[done]] --[[Joey]]