From 78532ff2037c3857e71d218bf6459690265ef4c5 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 21 Dec 2021 19:18:31 +0100 Subject: gkleen@sif: ssh: ... --- accounts/gkleen@sif/ssh-hosts.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/accounts/gkleen@sif/ssh-hosts.nix b/accounts/gkleen@sif/ssh-hosts.nix index 94a3b856..8156b6e0 100644 --- a/accounts/gkleen@sif/ssh-hosts.nix +++ b/accounts/gkleen@sif/ssh-hosts.nix @@ -292,7 +292,7 @@ { hostname = "mathw0g.math.lmu.de"; extraOptions = { ControlPath = "none"; - ServerAliveCountMax = "3"; + ServerAliveCountMax = "10"; ServerAliveInterval = "1"; }; }; @@ -302,7 +302,7 @@ extraOptions = { ControlPath = "none"; ExitOnForwardFailure = "yes"; - ServerAliveCountMax = "3"; + ServerAliveCountMax = "10"; ServerAliveInterval = "1"; }; }; -- cgit v1.2.3