diff options
Diffstat (limited to 'playbooks/templates/sshd_hardening.conf.j2')
| -rw-r--r-- | playbooks/templates/sshd_hardening.conf.j2 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/playbooks/templates/sshd_hardening.conf.j2 b/playbooks/templates/sshd_hardening.conf.j2 new file mode 100644 index 0000000..77815bd --- /dev/null +++ b/playbooks/templates/sshd_hardening.conf.j2 @@ -0,0 +1,4 @@ +Port {{ ssh_port }} +PasswordAuthentication no +KbdInteractiveAuthentication no +PermitRootLogin no |
