From 90b0ca74d0cdd2745f1227ec98d62d63028a9b5d Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sun, 30 Apr 2017 11:33:03 +0200 Subject: [PATCH] fix config --- ssh/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ssh/config.json b/ssh/config.json index 241134a..083d755 100644 --- a/ssh/config.json +++ b/ssh/config.json @@ -6,13 +6,13 @@ "startup": "before", "boot": "auto", "ports": { - "22/tcp": 22, + "22/tcp": 22 }, "map": ["config", "ssl", "addons"], "options": { - "authorized_keys": [null], + "authorized_keys": [null] }, "schema": { - "authorized_keys": ["str"], + "authorized_keys": ["str"] } }