feat: full untested ansible setup
This commit is contained in:
5
roles/ssh/templates/sshd_config.j2
Normal file
5
roles/ssh/templates/sshd_config.j2
Normal file
@@ -0,0 +1,5 @@
|
||||
PasswordAuthentication no
|
||||
PermitRootLogin prohibit-password
|
||||
PubkeyAuthentication yes
|
||||
KbdInteractiveAuthentication no
|
||||
UsePAM yes
|
||||
Reference in New Issue
Block a user