From 99ed4dd2379dea9382eb80ab55026450821fcdca Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Sun, 15 Sep 2024 13:49:47 -0400 Subject: [PATCH] updated PermitRootLogin --- systems/common/global/ssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/common/global/ssh.nix b/systems/common/global/ssh.nix index 40a7cf5..3b3ae8f 100644 --- a/systems/common/global/ssh.nix +++ b/systems/common/global/ssh.nix @@ -33,7 +33,7 @@ MaxSessions = lib.mkDefault 2; PasswordAuthentication = false; PermitEmptyPasswords = "no"; - PermitRootLogin = lib.mkDefault "no"; + PermitRootLogin = lib.mkForce "no"; TcpKeepAlive = "no"; X11Forwarding = lib.mkDefault false; KexAlgorithms = [