summaryrefslogtreecommitdiff
path: root/provider_base/common.json
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-06-25 17:32:56 -0700
committerelijah <elijah@riseup.net>2013-06-25 17:32:56 -0700
commit157fb1237d66c4eae83fa2c685745da9e20bca72 (patch)
treec16958242ccf921c467cfdf44e63eef4239e44d8 /provider_base/common.json
parent89ad90073b5289da62eed74c8794e2911672081f (diff)
add hash for authorized_keys to common.json
Diffstat (limited to 'provider_base/common.json')
-rw-r--r--provider_base/common.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/provider_base/common.json b/provider_base/common.json
index ade409a6..2313bd8b 100644
--- a/provider_base/common.json
+++ b/provider_base/common.json
@@ -14,7 +14,7 @@
"public": "= service_type != 'internal_service'"
},
"ssh": {
- "authorized_keys": "= file :authorized_keys",
+ "authorized_keys": "= authorized_keys",
"known_hosts": "=> known_hosts_file",
"port": 22,
"mosh": {