diff --git a/states/ssh/templates/sshd_config.j2 b/states/ssh/templates/sshd_config.j2 index b50d88b..c7ddc71 100644 --- a/states/ssh/templates/sshd_config.j2 +++ b/states/ssh/templates/sshd_config.j2 @@ -9,6 +9,3 @@ Match Address {{ net.ip_networks|join(',') }} PasswordAuthentication yes - -Match Address {{ net.ip_networks|join(',') }} - PasswordAuthentication yes