Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Commit

Permalink
Document apks option of ssh addon (home-assistant#2100)
Browse files Browse the repository at this point in the history
  • Loading branch information
hmil authored Jul 8, 2021
1 parent 3a9fbeb commit 607e1c8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ssh/DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 607e1c8

Please sign in to comment.