Disallow root login over ssh
This commit is contained in:
parent
18bb002436
commit
5dee3fd36b
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ StreamLocalBindUnlink yes
|
|||
X11Forwarding yes
|
||||
AuthorizedKeysFile .ssh/authorized_keys
|
||||
PasswordAuthentication no
|
||||
PermitRootLogin no
|
||||
ChallengeResponseAuthentication no
|
||||
UsePAM yes
|
||||
PrintMotd no # pam does that
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue