mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-02 11:45:54 +01:00
19 lines
380 B
JSON
19 lines
380 B
JSON
{
|
|
"name": "SSH server",
|
|
"version": "0.2",
|
|
"slug": "ssh",
|
|
"description": "OpenSSH is the premier connectivity tool for remote login with the SSH protocol.",
|
|
"startup": "before",
|
|
"boot": "auto",
|
|
"ports": {
|
|
"22/tcp": 22
|
|
},
|
|
"map": ["config", "ssl", "addons"],
|
|
"options": {
|
|
"authorized_keys": [null]
|
|
},
|
|
"schema": {
|
|
"authorized_keys": ["str"]
|
|
}
|
|
}
|