From e3d6f5b1235be4e33bd2a4aeef41d133ddaf7d05 Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Mon, 19 Feb 2024 21:21:12 +0100 Subject: [PATCH] updated ssh state --- states/ssh/templates/sshd_config.j2 | 3 --- 1 file changed, 3 deletions(-) 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