Skip to content
Snippets Groups Projects
Commit 1e23f779 authored by Benoit Donneaux's avatar Benoit Donneaux
Browse files

Use ben's favorite username

parent 95c6d17f
No related branches found
No related tags found
2 merge requests!378update production,!377Add the dev team's SSH keys to staging
Pipeline #2999 failed
......@@ -2,12 +2,12 @@ let
jcalderone = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN4GenAY/YLGuf1WoMXyyVa3S9i4JLQ0AG+pt7nvcLlQ exarkun@baryon"];
flo = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHx7wJQNqKn8jOC4AxySRL2UxidNp7uIK9ad3pMb1ifF flo@fs-la"];
andreas = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILkZzBoIPpoDSVis3HZId+lOI+3VTQfmz1uc4Yau8p/5 andreas@leastauthority.com"];
ben = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIRJNhnYYllhiNhTNQg+IcfbAudxxWzk/VF45E9G9dMn benoit@leastauthority.com"];
bdonneaux = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIRJNhnYYllhiNhTNQg+IcfbAudxxWzk/VF45E9G9dMn benoit@leastauthority.com"];
in
{
"root" = jcalderone ++ flo ++ andreas ++ ben;
inherit jcalderone;
inherit flo;
inherit andreas;
inherit ben;
inherit bdonneaux;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment