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