Update ssh add-on component configuration (#7252)

This commit is contained in:
Klaas Schoute 2018-10-30 07:38:31 +01:00 committed by Fabian Affolter
parent 1a38f41c64
commit 34ae4be97a

View File

@ -37,11 +37,16 @@ The username for login over SSH is `root`. The complete login command is `ssh ro
After logging in, you will find yourself in this add-on's container. The Home Assistant configuration directory is mounted on the path `/config`.
Configuration variables:
- **authorized_keys** (*Optional*): Your public keys for the authorized key file. Every element will be a line inside that file.
- **password** (*Optional*): Set a password for login. We do **NOT** recommend this variant.
{% configuration %}
authorized_keys:
description: Your public keys for the authorized key file. Every element will be a line inside that file.
required: false
type: string
password:
description: Set a password for login. We do **NOT** recommend this variant.
required: false
type: string
{% endconfiguration %}
<div class='videoWrapper'>
<iframe width="560" height="315" src="https://www.youtube.com/embed/L7PCPQYwspo" frameborder="0" allowfullscreen></iframe>