diff options
Diffstat (limited to 'roles/sshd/templates/sshd_config.j2')
-rw-r--r-- | roles/sshd/templates/sshd_config.j2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/sshd/templates/sshd_config.j2 b/roles/sshd/templates/sshd_config.j2 index 534ea39..f40e160 100644 --- a/roles/sshd/templates/sshd_config.j2 +++ b/roles/sshd/templates/sshd_config.j2 @@ -1,5 +1,8 @@ # managed by Ansible +# network +Port {{ ansible_port }} + # security PermitRootLogin yes MaxAuthTries 6 |