From 1336652935ae7a51f7914393daf856a2054b5512 Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Sun, 5 Dec 2021 00:43:15 -0500 Subject: [PATCH] morph: remove ServerAliveInterval --- lib/morph.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/morph.nix b/lib/morph.nix index 812cd49..3ae9616 100644 --- a/lib/morph.nix +++ b/lib/morph.nix @@ -55,7 +55,6 @@ sshConfig = pkgs.writeText "ssh_config" '' Host * User root - ServerAliveInterval 3 StrictHostKeyChecking yes GlobalKnownHostsFile ${sshKnownHostsTxt} '';