mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 13:14:21 +01:00
Document apks option of ssh addon (#2100)
This commit is contained in:
@@ -50,10 +50,15 @@ Add-on configuration:
|
|||||||
authorized_keys:
|
authorized_keys:
|
||||||
- "ssh-rsa AKDJD3839...== my-key"
|
- "ssh-rsa AKDJD3839...== my-key"
|
||||||
password: ''
|
password: ''
|
||||||
|
apks: []
|
||||||
server:
|
server:
|
||||||
tcp_forwarding: false
|
tcp_forwarding: false
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Option: `apks`
|
||||||
|
|
||||||
|
Additional software packages to install in the add-on container.
|
||||||
|
|
||||||
### Option: `authorized_keys`
|
### Option: `authorized_keys`
|
||||||
|
|
||||||
Your **public keys** that you wish to accept for login. You can authorize multiple keys by adding multiple public keys to the list.
|
Your **public keys** that you wish to accept for login. You can authorize multiple keys by adding multiple public keys to the list.
|
||||||
|
|||||||
Reference in New Issue
Block a user