summaryrefslogtreecommitdiff
path: root/provider_base/common.json
diff options
context:
space:
mode:
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": {