(ssh) Disable non public key authentication methods
This commit is contained in:
parent
4ff0ef4f4c
commit
069f530d30
2 changed files with 2 additions and 0 deletions
1
etc/ssh/sshd_config.d/20-disable-gssapi.conf
Normal file
1
etc/ssh/sshd_config.d/20-disable-gssapi.conf
Normal file
|
@ -0,0 +1 @@
|
|||
GSSAPIAuthentication no
|
1
etc/ssh/sshd_config.d/20-disable-passwords.conf
Normal file
1
etc/ssh/sshd_config.d/20-disable-passwords.conf
Normal file
|
@ -0,0 +1 @@
|
|||
PasswordAuthentication no
|
Loading…
Add table
Add a link
Reference in a new issue