diff --git a/docs/features/authorized-keys.rst b/docs/features/authorized-keys.rst
index 1ecb42df0dca3c5792cc0ae33d2849fa635ab207..b3b0aaf6b0e4148fb1b1a3e063a82c17633231f3 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.