Update sshd_config.j2
This commit is contained in:
parent
496ba56469
commit
66670721a9
1 changed files with 2 additions and 2 deletions
|
@ -17,5 +17,5 @@ GSSAPIAuthentication no
|
||||||
AuthenticationMethods publickey,password
|
AuthenticationMethods publickey,password
|
||||||
|
|
||||||
# Disable 2fa while on VPN
|
# 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
|
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
|
AuthenticationMethods publickey password
|
||||||
|
|
Loading…
Reference in a new issue