From 90854019fc940473a0ce4fff29c402e54841f704 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Fri, 22 Nov 2024 03:29:56 -0500 Subject: Another day --- common/ssh.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'common/ssh.nix') diff --git a/common/ssh.nix b/common/ssh.nix index de931f5..d633fbb 100644 --- a/common/ssh.nix +++ b/common/ssh.nix @@ -9,6 +9,7 @@ AllowUsers = null; # Allows all users by default. Can be [ "user1" "user2" ] UseDns = true; X11Forwarding = false; + GatewayPorts = "yes"; PermitRootLogin = "no"; # "yes", "without-password", "prohibit-password", "forced-commands-only", "no" }; }; -- cgit v1.2.3