docs: fix typo in authorized keys config example

This commit is contained in:
viisauksena 2016-02-23 23:33:17 +01:00 committed by Jan-Philipp Litza
parent f97269158a
commit e4439a3fe4
1 changed files with 1 additions and 1 deletions

View File

@ -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 = ...
...