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
This commit is contained in:
Katherina Walshe-Grey 2024-09-24 18:41:17 +01:00
parent 3195af88ef
commit 8d2d55e4c4

View file

@ -8,6 +8,4 @@
PermitRootLogin = "no";
};
};
services.fail2ban.enable = true;
}