From d555bb82c7980edfe220f24530185f931d1b36d7 Mon Sep 17 00:00:00 2001 From: Romain Paquet Date: Mon, 3 Feb 2025 20:34:31 +0100 Subject: [PATCH] enable PAM on openssh server --- system/core/ssh-server.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/system/core/ssh-server.nix b/system/core/ssh-server.nix index f218810..6ff892f 100644 --- a/system/core/ssh-server.nix +++ b/system/core/ssh-server.nix @@ -8,7 +8,6 @@ AuthenticationMethods = "publickey"; PubkeyAuthentication = "yes"; ChallengeResponseAuthentication = "no"; - UsePAM = false; X11Forwarding = false; }; };