summaryrefslogtreecommitdiff
path: root/common/ssh.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common/ssh.nix')
-rw-r--r--common/ssh.nix1
1 files changed, 1 insertions, 0 deletions
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"
};
};