diff --git a/common/sshd.nix b/common/sshd.nix index 45790c6..fc5b89f 100644 --- a/common/sshd.nix +++ b/common/sshd.nix @@ -3,8 +3,6 @@ enable = true; allowSFTP = true; settings = { - PasswordAuthentication = false; - KbdInteractiveAuthentication = false; PermitRootLogin = "prohibit-password"; # Allow root login with SSH keys only }; };