From 70164edc43cd9c18b77988f085d370471b9fa941 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 30 Jan 2022 17:00:57 +0100 Subject: ... --- users/root.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'users') diff --git a/users/root.nix b/users/root.nix index be331141..b61f9cfd 100644 --- a/users/root.nix +++ b/users/root.nix @@ -28,10 +28,10 @@ in { controlMaster = "auto"; controlPersist = "30m"; serverAliveInterval = 6; + serverAliveCountMax = 10; hashKnownHosts = true; extraConfig = '' IdentitiesOnly true - ServerAliveCountMax 10 ''; }; -- cgit v1.2.3