From 93a3882895b1b26cb70d112e1f2a25640b1f3fa4 Mon Sep 17 00:00:00 2001 From: Lukas Wurzinger Date: Sun, 15 Sep 2024 18:37:47 +0200 Subject: [PATCH] stuff --- common/ssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; };