Browse Source

docs: fix typo in authorized keys config example

viisauksena 8 years ago
parent
commit
e4439a3fe4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/features/authorized-keys.rst

+ 1 - 1
docs/features/authorized-keys.rst

@@ -8,7 +8,7 @@ If you select this package, add a list of authorized keys to ``site.conf`` like
 
   {
     authorized_keys = { 'ssh-rsa AAA.... user1@host',
-                        'ssh-rsa AAA.... user2@host },
+                        'ssh-rsa AAA.... user2@host' },
     hostname_prefix = ...
     ...