enable PAM on openssh server

This commit is contained in:
2025-02-03 20:34:31 +01:00
parent 9e4a42034f
commit d555bb82c7

View File

@@ -8,7 +8,6 @@
AuthenticationMethods = "publickey"; AuthenticationMethods = "publickey";
PubkeyAuthentication = "yes"; PubkeyAuthentication = "yes";
ChallengeResponseAuthentication = "no"; ChallengeResponseAuthentication = "no";
UsePAM = false;
X11Forwarding = false; X11Forwarding = false;
}; };
}; };