docs: fix syntax in gluon-authorized-keys

This commit is contained in:
Nils Schneider 2014-11-06 15:36:14 +01:00
parent 61346d1e70
commit a8b7c39078
1 changed files with 3 additions and 3 deletions

View File

@ -7,9 +7,9 @@ SSH public keys to an image to permit root login.
If you select this package, add a list of authorized keys to ``site.conf`` like this:::
{
authorized_keys: { 'ssh-rsa AAA.... user1@host',
'ssh-rsa AAA.... user2@host }
hostname_prefix: ...
authorized_keys = { 'ssh-rsa AAA.... user1@host',
'ssh-rsa AAA.... user2@host },
hostname_prefix = ...
...
Existing keys in ``/etc/dropbear/authorized_keys`` will be preserved.