From 1e952b9a8f5ae217a56afe03480a11bf3e54dbab Mon Sep 17 00:00:00 2001 From: ifoster Date: Wed, 23 Jul 2025 16:23:28 +0000 Subject: [PATCH] Update playbooks/templates/sshd/99-lan-bypass.conf.j2 --- playbooks/templates/sshd/99-lan-bypass.conf.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/playbooks/templates/sshd/99-lan-bypass.conf.j2 b/playbooks/templates/sshd/99-lan-bypass.conf.j2 index bcea2d8..b10622b 100644 --- a/playbooks/templates/sshd/99-lan-bypass.conf.j2 +++ b/playbooks/templates/sshd/99-lan-bypass.conf.j2 @@ -1,6 +1,9 @@ Match Address 10.0.0.0/8 PasswordAuthentication yes +Match Address 172.16.0.0/12 + PasswordAuthentication yes + Match Address 192.168.0.0/16 PasswordAuthentication yes