Update ssh.markdown (#3069)

* Update ssh.markdown

Was not clear root is the username which has to be used.

* Update ssh.markdown
This commit is contained in:
Luuk 2017-07-28 20:54:33 +02:00 committed by Fabian Affolter
parent df6098a6a1
commit a2068be2c3
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -30,6 +30,8 @@ To use this add-on, you must have a private/public key to log in. To generate th
} }
``` ```
The username for login over ssh is `root`.
Configuration variables: Configuration variables:
- **authorized_keys** (*Optional*): Your public-keys for authorized keyfile. Every element will be a line inside that file. - **authorized_keys** (*Optional*): Your public-keys for authorized keyfile. Every element will be a line inside that file.