diff options
author | elijah <elijah@riseup.net> | 2015-09-10 22:38:44 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2015-09-10 22:38:44 -0700 |
commit | 818930af8a05dc44372b99f8e589527050120431 (patch) | |
tree | ef599d9a1a47915ede942b27a2b353141f710445 /provider_base/common.json | |
parent | d113bf1b2cd3cb6a94fbe20aa711bf9b9b93286f (diff) |
sshd: let nodes change default AllowTcpForwarding
Diffstat (limited to 'provider_base/common.json')
-rw-r--r-- | provider_base/common.json | 3 |
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", |