Document apks option of ssh addon (#2100)

This commit is contained in:
Hadrien Milano
2021-07-08 10:03:37 +02:00
committed by GitHub
parent 3a9fbeb0ac
commit 607e1c8eb7

View File

@@ -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.