switch to age keys
This commit is contained in:
parent
a5a4e36fac
commit
6a456fc990
6 changed files with 48 additions and 48 deletions
|
@ -1,12 +1,12 @@
|
|||
let
|
||||
fuji = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHETiSgdsFFub534ChUKrY3U1ApAlyM7jqFmj3qN65so root@fuji";
|
||||
kilimandjaro = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPbRi03uVAVzqEI5zc8QmP3uthcC1ep55gQL+nQPrEvv root@kilimandjaro";
|
||||
fuji = "age16ujdfcahmnhe4ygruf28n0urgxycv8zgsp4f8856a5suewhn49cs0mqk7w";
|
||||
kilimandjaro = "age1ny0re542mcvf829y28rz6eta9myaqlxasfnn933srw64dlgavpsqc59q79";
|
||||
|
||||
main = [fuji kilimandjaro];
|
||||
server = main;
|
||||
all = main;
|
||||
in {
|
||||
"userPassword.age".publicKeys = server;
|
||||
"tailscaleKey.age".publicKeys = server;
|
||||
"userPassword.age".publicKeys = all;
|
||||
"tailscaleKey.age".publicKeys = all;
|
||||
|
||||
"fuji/rootPassword.age".publicKeys = main;
|
||||
"kilimandjaro/rootPassword.age".publicKeys = main;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue