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 Fredrik Lindqvist
parent e78333f2ca
commit 78e14bfc1d

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:
- **authorized_keys** (*Optional*): Your public-keys for authorized keyfile. Every element will be a line inside that file.