mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 05:04:21 +01:00
Document apks option of ssh addon (#2100)
This commit is contained in:
@@ -50,10 +50,15 @@ Add-on configuration:
|
||||
authorized_keys:
|
||||
- "ssh-rsa AKDJD3839...== my-key"
|
||||
password: ''
|
||||
apks: []
|
||||
server:
|
||||
tcp_forwarding: false
|
||||
```
|
||||
|
||||
### Option: `apks`
|
||||
|
||||
Additional software packages to install in the add-on container.
|
||||
|
||||
### 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.
|
||||
|
||||
Reference in New Issue
Block a user