From ba553bb38d878ad3cb0b96bc2fef1b5ec89acd1f Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Tue, 5 Mar 2024 15:25:33 +0100 Subject: Add additional VPN ranges to sshd --- playbooks.d/ssh/share/sshd_config.satpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks.d/ssh/share/sshd_config.satpl b/playbooks.d/ssh/share/sshd_config.satpl index 900ed34..8a9f2db 100644 --- a/playbooks.d/ssh/share/sshd_config.satpl +++ b/playbooks.d/ssh/share/sshd_config.satpl @@ -28,6 +28,6 @@ Match User tyil PubkeyAuthentication yes # Allow public key authentication over VPN -Match Address 10.57.0.0/16 +Match Address 10.57.0.0/16,10.58.0.0/16,fd68:1057:1992:3381::/64,fd68:1058:1992:3381::/64 PubkeyAuthentication yes PermitRootLogin prohibit-password -- cgit v1.1