소스 검색

docs: fix syntax in gluon-authorized-keys

Nils Schneider 9 년 전
부모
커밋
a8b7c39078
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      docs/features/authorized-keys.rst

+ 3 - 3
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.