From 08023306d6a0d0001638c026e456d2c22b1cee7f Mon Sep 17 00:00:00 2001 From: Haonan Chen Date: Wed, 24 Dec 2025 14:20:58 +0800 Subject: [PATCH] modules.services.sshd: enable GatewayPorts --- modules/services/sshd/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/services/sshd/default.nix b/modules/services/sshd/default.nix index b46b9133..0030c8c7 100644 --- a/modules/services/sshd/default.nix +++ b/modules/services/sshd/default.nix @@ -23,6 +23,7 @@ inputs: PasswordAuthentication = sshd.passwordAuthentication; KbdInteractiveAuthentication = false; UsePAM = true; + GatewayPorts = "yes"; }; }; }