Merge pull-request #661 from viisauksena/patch-1
docs: fix typo in authorized keys config example
This commit is contained in:
commit
f2fc359e65
@ -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',
|
authorized_keys = { 'ssh-rsa AAA.... user1@host',
|
||||||
'ssh-rsa AAA.... user2@host },
|
'ssh-rsa AAA.... user2@host' },
|
||||||
hostname_prefix = ...
|
hostname_prefix = ...
|
||||||
...
|
...
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user