diff --git a/hosts/fighter/configuration.nix b/hosts/fighter/configuration.nix index a05be09..5816b1d 100644 --- a/hosts/fighter/configuration.nix +++ b/hosts/fighter/configuration.nix @@ -55,7 +55,7 @@ # SSH services.openssh.enable = true; services.openssh.settings = { - PasswordAuthentication = true; + PasswordAuthentication = false; PermitRootLogin = "forced-commands-only"; };