From: Dominik Kaiser Date: Sun, 16 Feb 2025 10:27:57 +0000 (+0100) Subject: Disable ssh password login on antares X-Git-Url: https://git.dkaiser.de/?a=commitdiff_plain;h=b73e524cefb7878a8d3fd197f0e6dd4a71338cbc;p=config%2Fnixos.git Disable ssh password login on antares --- 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";