mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 10:09:04 +02:00
fix: rekey secrets for lambda
This commit is contained in:
parent
dac68219e9
commit
e0f300b2bd
17 changed files with 35 additions and 30 deletions
|
@ -5,11 +5,13 @@ let
|
|||
core-security = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICLnOINGYOFb+bLUUTV9sjwi2qbpwcaQlmGmWfy1PeGR";
|
||||
x2100 = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIG/zyse3NaSi9nxMSZ9ICYe4MMjUka+DewJ5M5N8cCBy";
|
||||
fischer = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPeKDFxgdZlhNXEUx8ex0Fj2Re+tDBvUr52SS4Wh3V9n";
|
||||
lambda = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKluGTi+vGRLU2emYBhTJuEy7Qw0xq1e0Ey7wvU9xYHz";
|
||||
servers = [
|
||||
gustave
|
||||
tower
|
||||
lisa
|
||||
core-security
|
||||
lambda
|
||||
];
|
||||
all = servers ++ [
|
||||
x2100
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue