sshd config to no longer allow pam.

This commit is contained in:
2024-05-22 14:52:27 +00:00
parent 319b3e69c8
commit d5283a4226
+3 -2
View File
@@ -1,12 +1,13 @@
# comment
AuthenticationMethods publickey
LogLevel VERBOSE
PubkeyAuthentication yes
PermitRootLogin no
PasswordAuthentication no
ChallengeResponseAuthentication no
UsePAM no
UsePAM yes
LogLevel VERBOSE
X11Forwarding yes
PrintMotd no
AcceptEnv LANG LC_*