pinwheel: Add ssh key for manatee
This commit is contained in:
@@ -5,6 +5,13 @@
|
||||
enable = true;
|
||||
|
||||
matchBlocks = {
|
||||
"manatee" = {
|
||||
hostname = "192.168.50.203";
|
||||
user = "alex";
|
||||
identityFile = "/home/alex/.ssh/alex.pinwheel-manatee";
|
||||
port = 1122;
|
||||
};
|
||||
|
||||
"backwards" = {
|
||||
hostname = "backwards";
|
||||
user = "alex";
|
||||
@@ -46,6 +53,19 @@
|
||||
};
|
||||
|
||||
age.secrets = {
|
||||
"alex.pinwheel-manatee" = {
|
||||
file = ../../../../secrets/pinwheel/alex.pinwheel-manatee.age;
|
||||
path = "/home/alex/.ssh/alex.pinwheel-manatee";
|
||||
owner = "alex";
|
||||
group = "users";
|
||||
};
|
||||
"alex.pinwheel-manatee.pub" = {
|
||||
file = ../../../../secrets/pinwheel/alex.pinwheel-manatee.pub.age;
|
||||
path = "/home/alex/.ssh/alex.pinwheel-manatee.pub";
|
||||
owner = "alex";
|
||||
group = "users";
|
||||
};
|
||||
|
||||
"alex.pinwheel-backwards" = {
|
||||
file = ../../../../secrets/pinwheel/alex.pinwheel-backwards.age;
|
||||
path = "/home/alex/.ssh/alex.pinwheel-backwards";
|
||||
|
||||
BIN
secrets/pinwheel/alex.pinwheel-manatee.age
Normal file
BIN
secrets/pinwheel/alex.pinwheel-manatee.age
Normal file
Binary file not shown.
9
secrets/pinwheel/alex.pinwheel-manatee.pub.age
Normal file
9
secrets/pinwheel/alex.pinwheel-manatee.pub.age
Normal file
@@ -0,0 +1,9 @@
|
||||
age-encryption.org/v1
|
||||
-> ssh-ed25519 vxPbZg YW9lqVTRD04cADmnlqv5EiTAT0HeNIl5Av4CqgHk5ls
|
||||
3g+zkm7Qslg/mq+oxz2NhLI9vQCPNzri87a2AOLyxMg
|
||||
-> ssh-ed25519 Pu0HWg 2NCikdn506idPSo428BpwXpmjPJPlKl1WLQdKCcC4CI
|
||||
3jnRPJyMEsyic/ZQkalcZVDvdJSefkl3qlXwP0B7f1U
|
||||
-> ssh-ed25519 +oNaHQ dA/YOfXwPKXW8fHb8s9v/KwFJN3jrGJZecN5820/G2w
|
||||
ZcxfT+gWXtc4JPE0xTJ8rpWB/fubDBaNplF+V8e0PRc
|
||||
--- zfQyYuHOYPOiN7xOgDamuuRXdsZOCcLXjVpnojhFeQk
|
||||
<10>ƃ<EFBFBD><0C><>lp<>M<1C>Ap<41>E4s<34>4<EFBFBD>5<EFBFBD>LҢ<4C><D2A2>Z<EFBFBD><05><>r{A<15>i#<23><>O<07>h<13><><EFBFBD>L]\י<><07>ʙ<17><06><08>t<EFBFBD>(<28>^<5E><><EFBFBD><EFBFBD>s<EFBFBD>5Igye}H<><48><02>NÊ<4E><C38A><EFBFBD><08>}<03>Q<EFBFBD><51><EFBFBD><EFBFBD>`y<>'<27>Tz*]<5D><><EFBFBD><EFBFBD>-<2D><><EFBFBD>"@ <09><>k
|
||||
@@ -9,6 +9,8 @@ in {
|
||||
"pinwheel/syncthing-cert.age".publicKeys = [ pinwheel alex ];
|
||||
"pinwheel/syncthing-key.age".publicKeys = [ pinwheel alex ];
|
||||
"pinwheel/tailscale-preferred-exit-node.age".publicKeys = [ pinwheel alex ];
|
||||
"pinwheel/alex.pinwheel-manatee.age".publicKeys = [ pinwheel alex ];
|
||||
"pinwheel/alex.pinwheel-manatee.pub.age".publicKeys = [ pinwheel manatee alex ];
|
||||
"pinwheel/alex.pinwheel-backwards.age".publicKeys = [ pinwheel alex ];
|
||||
"pinwheel/alex.pinwheel-backwards.pub.age".publicKeys = [ pinwheel backwards alex ];
|
||||
"pinwheel/alex.pinwheel-tadpole.age".publicKeys = [ pinwheel alex ];
|
||||
|
||||
Reference in New Issue
Block a user