From b73e524cefb7878a8d3fd197f0e6dd4a71338cbc Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Sun, 16 Feb 2025 11:27:57 +0100 Subject: [PATCH] Disable ssh password login on antares --- hosts/antares/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/antares/configuration.nix b/hosts/antares/configuration.nix index a32bb61..6e05e75 100644 --- a/hosts/antares/configuration.nix +++ b/hosts/antares/configuration.nix @@ -17,6 +17,7 @@ efiInstallAsRemovable = true; }; services.openssh.enable = true; + services.openssh.passwordAuthentication = false; networking.hostName = "antares"; time.timeZone = "Europe/Berlin"; -- 2.47.2