From d14afc2894984707ed5a925a8ae955add6857469 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 21 Dec 2021 19:22:30 +0100 Subject: gkleen@sif: ssh: ... --- accounts/gkleen@sif/ssh-hosts.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'accounts/gkleen@sif') diff --git a/accounts/gkleen@sif/ssh-hosts.nix b/accounts/gkleen@sif/ssh-hosts.nix index 8156b6e0..4b9130a4 100644 --- a/accounts/gkleen@sif/ssh-hosts.nix +++ b/accounts/gkleen@sif/ssh-hosts.nix @@ -292,8 +292,8 @@ { hostname = "mathw0g.math.lmu.de"; extraOptions = { ControlPath = "none"; - ServerAliveCountMax = "10"; - ServerAliveInterval = "1"; + ServerAliveCountMax = "15"; + ServerAliveInterval = "2"; }; }; "proxy.mathw0h" = @@ -302,8 +302,8 @@ extraOptions = { ControlPath = "none"; ExitOnForwardFailure = "yes"; - ServerAliveCountMax = "10"; - ServerAliveInterval = "1"; + ServerAliveCountMax = "15"; + ServerAliveInterval = "2"; }; }; "vrt-kvm04" = -- cgit v1.2.3