Skip to content
Snippets Groups Projects
authorized-keys.rst 475 B
Newer Older
  • Learn to ignore specific revisions
  • Nils Schneider's avatar
    Nils Schneider committed
    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 = ...
    
    Nils Schneider's avatar
    Nils Schneider committed
        ...
    
    Existing keys in ``/etc/dropbear/authorized_keys`` will be preserved.