diff --git a/nixos/common/services/openssh.nix b/nixos/common/services/openssh.nix index 8aa6030e..baf97dd5 100644 --- a/nixos/common/services/openssh.nix +++ b/nixos/common/services/openssh.nix @@ -6,7 +6,7 @@ settings = { LogLevel = "VERBOSE"; # Used for fail2ban monitoring PermitRootLogin = "no"; - PasswordAuthentication = true; # Set this to false when keys are configured + PasswordAuthentication = false; }; banner = '' --