From a8b7c39078aa70291cf5af022f520b624b8f58aa Mon Sep 17 00:00:00 2001 From: Nils Schneider Date: Thu, 6 Nov 2014 15:36:14 +0100 Subject: [PATCH] docs: fix syntax in gluon-authorized-keys --- docs/features/authorized-keys.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/features/authorized-keys.rst b/docs/features/authorized-keys.rst index 1ecb42df..b3b0aaf6 100644 --- a/docs/features/authorized-keys.rst +++ b/docs/features/authorized-keys.rst @@ -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.