gluon/docs/features/authorized-keys.rst

22 lines
592 B
ReStructuredText
Raw Normal View History

.. _add-ssh-keys:
2015-01-01 02:30:18 +00:00
2014-09-15 17:26:30 +00:00
Adding SSH public keys
======================
2014-09-15 17:26:30 +00:00
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 = ...
2014-09-15 17:26:30 +00:00
...
Existing keys in ``/etc/dropbear/authorized_keys`` will be preserved.
2015-01-01 02:30:18 +00:00
.. seealso::
2015-01-01 02:30:18 +00:00
For information how to reach foreign Nodes take a look at :ref:`accessing-nodes`.