Added config file for locking sshd down to only allow key-based authentication
This commit is contained in:
3
sshd_lockdown.conf
Normal file
3
sshd_lockdown.conf
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
PermitRootLogin no
|
||||||
|
PasswordAuthentication no
|
||||||
|
PermitEmptyPasswords no
|
Reference in New Issue
Block a user