From 8d2d55e4c42ddc7c35731c8ecf6f48b8eafe4e15 Mon Sep 17 00:00:00 2001 From: Katherina Walshe-Grey Date: Tue, 24 Sep 2024 18:41:17 +0100 Subject: [PATCH] openssh: disable fail2ban We've always had password authentication disabled, so it's not really doing much except periodically locking us out of our own servers when we misconfigure something --- common/openssh.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/common/openssh.nix b/common/openssh.nix index d8dd364..195277e 100644 --- a/common/openssh.nix +++ b/common/openssh.nix @@ -8,6 +8,4 @@ PermitRootLogin = "no"; }; }; - - services.fail2ban.enable = true; } \ No newline at end of file