diff --git a/common/ssh.nix b/common/ssh.nix index 603f612..29b1e6c 100644 --- a/common/ssh.nix +++ b/common/ssh.nix @@ -11,7 +11,7 @@ } ]; settings = { - PermitRootLogin = "forced-commands-only"; + PermitRootLogin = "without-password"; PasswordAuthentication = false; }; };