authorized-keys.rst 475 B

123456789101112131415
  1. Adding SSH public keys
  2. ======================
  3. By using the package ``gluon-authorized-keys`` it is possible to add
  4. SSH public keys to an image to permit root login.
  5. If you select this package, add a list of authorized keys to ``site.conf`` like this:::
  6. {
  7. authorized_keys = { 'ssh-rsa AAA.... user1@host',
  8. 'ssh-rsa AAA.... user2@host' },
  9. hostname_prefix = ...
  10. ...
  11. Existing keys in ``/etc/dropbear/authorized_keys`` will be preserved.