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"] } }