From e7c2d47d0445f47ceebe4be7c2c23532c63a66f0 Mon Sep 17 00:00:00 2001 From: Lukas Wurzinger Date: Sun, 15 Sep 2024 18:15:49 +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 29b1e6c..603f612 100644 --- a/common/ssh.nix +++ b/common/ssh.nix @@ -11,7 +11,7 @@ } ]; settings = { - PermitRootLogin = "without-password"; + PermitRootLogin = "forced-commands-only"; PasswordAuthentication = false; }; };