summaryrefslogtreecommitdiff
path: root/provider_base
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2015-09-10 22:38:44 -0700
committerelijah <elijah@riseup.net>2015-09-10 22:38:44 -0700
commit818930af8a05dc44372b99f8e589527050120431 (patch)
treeef599d9a1a47915ede942b27a2b353141f710445 /provider_base
parentd113bf1b2cd3cb6a94fbe20aa711bf9b9b93286f (diff)
sshd: let nodes change default AllowTcpForwarding
Diffstat (limited to 'provider_base')
-rw-r--r--provider_base/common.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/provider_base/common.json b/provider_base/common.json
index 3d2965d7..e968dd27 100644
--- a/provider_base/common.json
+++ b/provider_base/common.json
@@ -16,6 +16,9 @@
},
"ssh": {
"authorized_keys": "= authorized_keys",
+ "config": {
+ "AllowTcpForwarding": "no"
+ },
"port": 22,
"mosh": {
"ports": "60000:61000",