Merge pull-request #661 from viisauksena/patch-1

docs: fix typo in authorized keys config example
This commit is contained in:
Jan-Philipp Litza 2016-02-24 11:20:35 +01:00
commit f2fc359e65
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 = ...
...