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"; }; }; }