summaryrefslogtreecommitdiff
path: root/doc/bugs/Allow_automatic_retry_git_annex_get.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-10-26 16:41:34 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-10-26 16:41:34 -0400
commite356796fc7ee493ff6b6a7e9cbcbc2971ab23729 (patch)
treee65a038719daea8c871a435cb0d03ddcbd482783 /doc/bugs/Allow_automatic_retry_git_annex_get.mdwn
parentd3c4be40c05e107b39b08a918dfb3ec991444d6e (diff)
Run ssh with ServerAliveInterval 60
So that stalled transfers will be noticed within about 3 minutes, even if TCPKeepAlive is disabled or doesn't work. Rather than setting with -o, use -F with another config file, so that any settings in ~/.ssh/config or /etc/ssh/ssh_config overrides this.
Diffstat (limited to 'doc/bugs/Allow_automatic_retry_git_annex_get.mdwn')
-rw-r--r--doc/bugs/Allow_automatic_retry_git_annex_get.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/Allow_automatic_retry_git_annex_get.mdwn b/doc/bugs/Allow_automatic_retry_git_annex_get.mdwn
index c6e406b49..0e85b7acf 100644
--- a/doc/bugs/Allow_automatic_retry_git_annex_get.mdwn
+++ b/doc/bugs/Allow_automatic_retry_git_annex_get.mdwn
@@ -59,3 +59,5 @@ SHA256E-s41311329--69c3b054a3fe9676133605730d85b7fcef8696f6782d402a524e41b836253
[[!meta title="Detect stalled transfer and retry or abort it"]]
+
+> [[done]] --[[Joey]]