Skip to content
Snippets Groups Projects
Commit 3b0e596e authored by Nils Schneider's avatar Nils Schneider
Browse files

docs: authorized-keys

parent a0fb847d
No related branches found
No related tags found
No related merge requests found
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 ...@@ -26,6 +26,7 @@ Features
features/private-wlan features/private-wlan
features/mesh-on-wan features/mesh-on-wan
features/announce features/announce
features/authorized-keys
Developer Documentation Developer Documentation
----------------------- -----------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment