{ "name": "SSH server", "version": "0.5", "slug": "ssh", "description": "Connect to your server over SSH", "startup": "before", "boot": "auto", "ports": { "22/tcp": 22 }, "map": ["config", "ssl", "addons"], "options": { "authorized_keys": [null] }, "schema": { "authorized_keys": ["str"] } }