docs: authorized-keys
This commit is contained in:
parent
a0fb847d55
commit
3b0e596e08
15
docs/features/authorized-keys.rst
Normal file
15
docs/features/authorized-keys.rst
Normal file
@ -0,0 +1,15 @@
|
||||
Adding SSH public keys
|
||||
======================
|
||||
|
||||
By using the package ``gluon-authorized-keys`` it is possible to add
|
||||
SSH public keys to an image to permit root login.
|
||||
|
||||
If you select this package, add a list of authorized keys to ``site.conf`` like this:::
|
||||
|
||||
{
|
||||
authorized_keys: { 'ssh-rsa AAA.... user1@host',
|
||||
'ssh-rsa AAA.... user2@host }
|
||||
hostname_prefix: ...
|
||||
...
|
||||
|
||||
Existing keys in ``/etc/dropbear/authorized_keys`` will be preserved.
|
@ -26,6 +26,7 @@ Features
|
||||
features/private-wlan
|
||||
features/mesh-on-wan
|
||||
features/announce
|
||||
features/authorized-keys
|
||||
|
||||
Developer Documentation
|
||||
-----------------------
|
||||
|
Loading…
Reference in New Issue
Block a user