minor obvous typo in config example

This commit is contained in:
viisauksena 2016-02-23 23:33:17 +01:00
parent f97269158a
commit 439f65e636

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