summaryrefslogtreecommitdiff
path: root/provider_base/common.json
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-05-30 17:06:14 -0700
committerelijah <elijah@riseup.net>2013-05-30 17:06:14 -0700
commitc92d3ac0780e813a5440c5e475bfdba5de5a0447 (patch)
tree485c5df2038e4433db6087e50c9fc9af14a07aad /provider_base/common.json
parenta39f9981e7227b8e4668937a7bf0f658e1fbe8bd (diff)
site_sshd -- added xterm title, optional support for mosh
Diffstat (limited to 'provider_base/common.json')
-rw-r--r--provider_base/common.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/provider_base/common.json b/provider_base/common.json
index d3ae84ff..ade409a6 100644
--- a/provider_base/common.json
+++ b/provider_base/common.json
@@ -16,7 +16,11 @@
"ssh": {
"authorized_keys": "= file :authorized_keys",
"known_hosts": "=> known_hosts_file",
- "port": 22
+ "port": 22,
+ "mosh": {
+ "ports": "60000:61000",
+ "enabled": false
+ }
},
"hosts": "=> hosts_file",
"x509": {