File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -235,6 +235,9 @@ logins:
235235 password: str
236236random:
237237 - "match(^\\ w*$)"
238+ ssh:
239+ private_key: str
240+ public_key: str
238241link: url
239242size: "int(5,20)"
240243count: float
@@ -297,6 +300,16 @@ configuration:
297300 ssl:
298301 name: Enable SSL
299302 description: Enable usage of SSL on the webserver inside the add-on
303+ ssh:
304+ name: SSH Options
305+ description: Configure SSH authentication options
306+ fields:
307+ public_key:
308+ name: Public Key
309+ description: Client Public Key
310+ private_key:
311+ name: Private Key
312+ description: Client Private Key
300313` ` `
301314
302315_The key under `configuration` (`ssl`) in this case, needs to match a key in your `schema` configuration (in [`config.yaml`](#add-on-configuration))._
You can’t perform that action at this time.
0 commit comments