diff options
-rw-r--r-- | hosts/kay/modules/sshfwd.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/kay/modules/sshfwd.nix b/hosts/kay/modules/sshfwd.nix index a25854d..d70b893 100644 --- a/hosts/kay/modules/sshfwd.nix +++ b/hosts/kay/modules/sshfwd.nix @@ -24,5 +24,6 @@ in { AllowTcpForwarding remote GatewayPorts clientspecified + PermitListen *:2222 ''; } |