diff --git a/doc/forum/Timeout_sync_faster__63__/comment_2_16d655b754d2d512c2b01bac8276f31c._comment b/doc/forum/Timeout_sync_faster__63__/comment_2_16d655b754d2d512c2b01bac8276f31c._comment new file mode 100644 index 0000000000..8fec7152d2 --- /dev/null +++ b/doc/forum/Timeout_sync_faster__63__/comment_2_16d655b754d2d512c2b01bac8276f31c._comment @@ -0,0 +1,13 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 2""" + date="2021-05-21T16:19:44Z" + content=""" +You may want to set ServerAliveInterval in your ssh config, +or some of the related options like ServerAliveCountMax and +TCPKeepAlive. See `man ssh_config` + +I think that normally, ssh does detect when a connection to a server has +gone away, just due to the tcp connection dropping. But that may take some +time to happen. +"""]]