diff options
| author | elijah <elijah@riseup.net> | 2013-05-30 17:03:11 -0700 |
|---|---|---|
| committer | elijah <elijah@riseup.net> | 2013-05-30 17:03:11 -0700 |
| commit | ffe19964e9f70ef6b992349ff6853e1e46905f8c (patch) | |
| tree | de541af7b6d2e41dc0326554a7bb7b853570a12a | |
| parent | 3d858938850463dfd50f6f9eff6d3f3e6842f66b (diff) | |
enable mosh support
| -rw-r--r-- | common.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common.json b/common.json index c891fea..b991b29 100644 --- a/common.json +++ b/common.json @@ -2,4 +2,9 @@ // Options put here are inherited by all nodes. // { + "ssh": { + "mosh": { + "enabled": true + } + } } |
