From b9561a0b56e1d3bd307a33ea6efc177e20525cb8 Mon Sep 17 00:00:00 2001 From: Ryan Hamilton Date: Thu, 3 Jul 2025 13:55:22 +0000 Subject: [PATCH] Update playbooks/templates/sshd/99-lan-bypass.conf.j2 --- playbooks/templates/sshd/99-lan-bypass.conf.j2 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/playbooks/templates/sshd/99-lan-bypass.conf.j2 b/playbooks/templates/sshd/99-lan-bypass.conf.j2 index 2130303..c82afea 100644 --- a/playbooks/templates/sshd/99-lan-bypass.conf.j2 +++ b/playbooks/templates/sshd/99-lan-bypass.conf.j2 @@ -1,2 +1,8 @@ Match Address 10.0.0.0/8 PasswordAuthentication yes + +Match Address 192.168.0.0/16 + PasswordAuthentication yes + +Match Address 206.202.209.9/32 + PasswordAuthentication yes \ No newline at end of file