sshd config to no longer allow pam.
This commit is contained in:
@@ -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_*
|
||||
|
||||
Reference in New Issue
Block a user