From 990134fdcefe5a520b09ac6dfcaf97066fde6685 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Mon, 3 Feb 2025 21:27:56 -0800 Subject: update nix directory structure to be more flexible and general --- nix/modules/ssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nix/modules/ssh.nix') diff --git a/nix/modules/ssh.nix b/nix/modules/ssh.nix index 55dc2fb..5c705c9 100644 --- a/nix/modules/ssh.nix +++ b/nix/modules/ssh.nix @@ -5,7 +5,7 @@ settings = { PasswordAuthentication = true; AllowUsers = [ config.monorepo.vars.userName ]; - PermitRootLogin = "no"; + PermitRootLogin = "prohibit-password"; KbdInteractiveAuthentication = false; }; }; -- cgit