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

Use ben's favorite username

parent 95c6d17f
Branches
No related tags found
2 merge requests!378update production,!375Add dev teams' public keys to access staging
Pipeline #3003 passed
......@@ -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;
"root" = jcalderone ++ flo ++ andreas ++ bdonneaux;
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