diff --git a/modules/ssh-server.nix b/modules/ssh-server.nix index 8fc9a33..d60749e 100644 --- a/modules/ssh-server.nix +++ b/modules/ssh-server.nix @@ -14,7 +14,6 @@ ); # Use authorized keys only. settings.PasswordAuthentication = false; - settings.PermitRootLogin = "prohibit-password"; # Enabling this is required for commands such as sftp and sshfs. allowSFTP = false; };