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; }; };