From 607e1c8eb7f760c7ced1e8f324125aaa15486a5e Mon Sep 17 00:00:00 2001 From: Hadrien Milano Date: Thu, 8 Jul 2021 10:03:37 +0200 Subject: [PATCH] Document `apks` option of ssh addon (#2100) --- ssh/DOCS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ssh/DOCS.md b/ssh/DOCS.md index f7bfc625cbd..aa057eada8a 100644 --- a/ssh/DOCS.md +++ b/ssh/DOCS.md @@ -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.