Skip to content
Snippets Groups Projects

Add flo's ssh key to the staging grid root user authorized_keys

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -3,7 +3,7 @@ let
flo = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHx7wJQNqKn8jOC4AxySRL2UxidNp7uIK9ad3pMb1ifF flo@fs-la"];
in
{
"root" = jcalderone;
"root" = jcalderone ++ flo;
inherit jcalderone;
inherit flo;
}
Loading