sshd use pam no
This commit is contained in:
parent
48e38afbf6
commit
03dae8ddbc
1 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,7 @@ types: rsa/ed25519/…?
|
||||||
TCPKeepAlive yes
|
TCPKeepAlive yes
|
||||||
UseDNS no
|
UseDNS no
|
||||||
UseLogin no
|
UseLogin no
|
||||||
UsePAM yes
|
UsePAM no
|
||||||
X11Forwarding no
|
X11Forwarding no
|
||||||
|
|
||||||
# authentication
|
# authentication
|
||||||
|
@ -82,7 +82,7 @@ types: rsa/ed25519/…?
|
||||||
MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256
|
MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256
|
||||||
PasswordAuthentication no
|
PasswordAuthentication no
|
||||||
PermitEmptyPasswords no
|
PermitEmptyPasswords no
|
||||||
PermitRootLogin without-password
|
PermitRootLogin prohibit-password
|
||||||
PubkeyAuthentication yes
|
PubkeyAuthentication yes
|
||||||
StrictModes yes
|
StrictModes yes
|
||||||
UsePrivilegeSeparation sandbox
|
UsePrivilegeSeparation sandbox
|
||||||
|
|
Loading…
Reference in a new issue