From 66670721a9cbf27ff35baee19e937883b22416c8 Mon Sep 17 00:00:00 2001 From: wizzdom Date: Tue, 5 Dec 2023 03:12:47 +0000 Subject: [PATCH] Update sshd_config.j2 --- ansible/templates/sshd_config.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/templates/sshd_config.j2 b/ansible/templates/sshd_config.j2 index 6355d90..3e3b899 100644 --- a/ansible/templates/sshd_config.j2 +++ b/ansible/templates/sshd_config.j2 @@ -17,5 +17,5 @@ GSSAPIAuthentication no AuthenticationMethods publickey,password # Disable 2fa while on VPN -Match address 10.10.0.0/24,10.8.0.0/24,10.230.0.0/16,136.206.15.0/24,136.206.16.0/24 - AuthenticationMethods publickey password \ No newline at end of file +Match address 10.10.0.0/24,10.8.0.0/24,10.230.0.0/16,136.206.15.0/24,136.206.16.0/24,192.168.0.0/24 + AuthenticationMethods publickey password