Skip to content
Snippets Groups Projects
Commit a8b7c390 authored by Nils Schneider's avatar Nils Schneider
Browse files

docs: fix syntax in gluon-authorized-keys

parent 61346d1e
No related branches found
No related tags found
No related merge requests found
......@@ -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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment