From 0f09fd1315e75a0bde5e79fa4703ac81d09123c7 Mon Sep 17 00:00:00 2001 From: Vasiliy Vasilyuk Date: Sat, 7 Sep 2024 23:13:07 +0300 Subject: [PATCH] Set ConnectionAttempts explicitly MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ConnectionAttempts 3 — Such a value seems convenient to me at the moment. --- home/.ssh/config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/.ssh/config b/home/.ssh/config index 8c69c2b..0d4109b 100644 --- a/home/.ssh/config +++ b/home/.ssh/config @@ -39,6 +39,10 @@ ServerAliveInterval 60 # Default is 3 ServerAliveCountMax 3 +# Specifies the number of tries (one per second) to make before exiting. +# Default is 1 +ConnectionAttempts 3 + # Global settings for all hosts Host * # Forwards environment variables LANG and LC_*