diff --git a/roles/server_install_ssh/templates/sshd_config.j2 b/roles/server_install_ssh/templates/sshd_config.j2 index 761dcf8..c4cded6 100644 --- a/roles/server_install_ssh/templates/sshd_config.j2 +++ b/roles/server_install_ssh/templates/sshd_config.j2 @@ -6,7 +6,6 @@ PasswordAuthentication no ChallengeResponseAuthentication no UsePAM yes X11Forwarding no -AllowUsers {{ ssh_user }} ClientAliveInterval 300 ClientAliveCountMax 2 LoginGraceTime 30