From dabf4c0ebb5a0c6ab9be85018bb239a015d8975c Mon Sep 17 00:00:00 2001 From: Lukas Wurzinger Date: Sun, 15 Sep 2024 17:17:44 +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 636ec6f..d088f46 100644 --- a/common/ssh.nix +++ b/common/ssh.nix @@ -15,7 +15,7 @@ } ]; settings = { - PermitRootLogin = "no"; + PermitRootLogin = "forced-commands-only"; PasswordAuthentication = false; }; };