diff --git a/image-customization.lua b/image-customization.lua index 3ecafe3..d99d4b1 100644 --- a/image-customization.lua +++ b/image-customization.lua @@ -1,4 +1,7 @@ -packages {'iwinfo'} +packages { + 'iwinfo', + 'gluon-authorized-keys', +} features { 'autoupdater', diff --git a/site.conf b/site.conf index 49d773a..e506ba1 100644 --- a/site.conf +++ b/site.conf @@ -197,4 +197,9 @@ default_roles = { 'mesh' }, }, }, + authorized_keys = { + 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICZ8RzFOjUf3zskY8XDoZ4lxTE9kuRaGilYqd8P6EHMe mkennedy@jafar', -- Martin's work laptop + 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPh3R8BXv9geqJMaxi134Y5hcOVZPQ/rfghjszYMFG5z hurricos@zephyr', -- Martin's personal laptop + 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJt3mcqBbHq8En7WcVau1VQQZcIFQy5VLnELlROsMxEy admin@localhost.localdomain', -- the nagios/admin server SSH key + }, }