pinwheel: Add ssh secrets for backwards
This commit is contained in:
@@ -5,6 +5,13 @@
|
||||
enable = true;
|
||||
|
||||
matchBlocks = {
|
||||
"backwards.local" = {
|
||||
hostname = "192.168.50.202";
|
||||
user = "alex";
|
||||
identityFile = "/home/alex/.ssh/alex.pinwheel-backwards";
|
||||
port = 1122;
|
||||
};
|
||||
|
||||
"sombrero.local" = {
|
||||
hostname = "192.168.50.200";
|
||||
user = "alex";
|
||||
@@ -48,6 +55,18 @@
|
||||
};
|
||||
|
||||
age.secrets = {
|
||||
"alex.pinwheel-backwards" = {
|
||||
file = ../../../../secrets/pinwheel/alex.pinwheel-backwards.age;
|
||||
path = "/home/alex/.ssh/alex.pinwheel-backwards";
|
||||
owner = "alex";
|
||||
group = "users";
|
||||
};
|
||||
"alex.pinwheel-backwards.pub" = {
|
||||
file = ../../../../secrets/pinwheel/alex.pinwheel-backwards.pub.age;
|
||||
path = "/home/alex/.ssh/alex.pinwheel-backwards.pub";
|
||||
owner = "alex";
|
||||
group = "users";
|
||||
};
|
||||
"alex.pinwheel-sombrero" = {
|
||||
file = ../../../../secrets/pinwheel/alex.pinwheel-sombrero.age;
|
||||
path = "/home/alex/.ssh/alex.pinwheel-sombrero";
|
||||
|
||||
Binary file not shown.
BIN
secrets/pinwheel/alex.pinwheel-backwards.age
Normal file
BIN
secrets/pinwheel/alex.pinwheel-backwards.age
Normal file
Binary file not shown.
9
secrets/pinwheel/alex.pinwheel-backwards.pub.age
Normal file
9
secrets/pinwheel/alex.pinwheel-backwards.pub.age
Normal file
@@ -0,0 +1,9 @@
|
||||
age-encryption.org/v1
|
||||
-> ssh-ed25519 vxPbZg zmEXhSjGacAgRzxO1x4JYfwBfK25t0tqyWZozWE1Rgs
|
||||
nWT3vzi+k4YKY+QA6HGjipYrDEzvpHBkID9ijEpt5Lk
|
||||
-> ssh-ed25519 Pu0HWg xp0USnGLPDf9bsGTZ+q+xm8wp1IgAwmHY2SvbQAy0xM
|
||||
xDvX49MZ3HPd+1wdBymj5eNrKe+qNTXMi41mU5hF08o
|
||||
-> ssh-ed25519 +oNaHQ ZtvRxn73tNFjYsPGOKvDCDYsFutLnva/6oVIP1jcrRk
|
||||
ElFyETtRy2VrtuI7KZohwV+vEJZsDDmzGz8GFP+UQrQ
|
||||
--- YpXzducDp9JxyPFBtt6XLFrpwc0TlzO4XPaltbzx4gU
|
||||
XĻ@F<><46><EFBFBD><EFBFBD>m)<^[x6<78><36>V<EFBFBD><56>g<EFBFBD>ئq<D8A6>bx<62><78>#>e<><65><13><01>_3<5F>d<EFBFBD>&v<><76><EFBFBD>o$<24>]<5D>EjsSO<1A><><EFBFBD>Z<EFBFBD>M<EFBFBD><4D>U<EFBFBD>X<EFBFBD>ۢpo<70><6F>]@Wu<57><15><>l<EFBFBD><6C>֝|<7C>͔<>h<EFBFBD><68>ˇ
|
||||
@@ -10,6 +10,8 @@ in {
|
||||
"pinwheel/syncthing-key.age".publicKeys = [ pinwheel alex ];
|
||||
"pinwheel/mullvad-device.age".publicKeys = [ pinwheel alex ];
|
||||
"pinwheel/mullvad-account-history.age".publicKeys = [ pinwheel alex ];
|
||||
"pinwheel/alex.pinwheel-backwards.age".publicKeys = [ pinwheel alex ];
|
||||
"pinwheel/alex.pinwheel-backwards.pub.age".publicKeys = [ pinwheel backwards alex ];
|
||||
"pinwheel/alex.pinwheel-sombrero.age".publicKeys = [ pinwheel alex ];
|
||||
"pinwheel/alex.pinwheel-sombrero.pub.age".publicKeys = [ pinwheel sombrero alex ];
|
||||
"pinwheel/alex.pinwheel-tadpole.age".publicKeys = [ pinwheel alex ];
|
||||
|
||||
Reference in New Issue
Block a user