pinwheel: Add ssh key for manatee

This commit is contained in:
Alexander Heldt
2025-05-02 10:28:00 +02:00
parent 0ee890ff4b
commit 9a80993258
4 changed files with 31 additions and 0 deletions

View File

@@ -5,6 +5,13 @@
enable = true; enable = true;
matchBlocks = { matchBlocks = {
"manatee" = {
hostname = "192.168.50.203";
user = "alex";
identityFile = "/home/alex/.ssh/alex.pinwheel-manatee";
port = 1122;
};
"backwards" = { "backwards" = {
hostname = "backwards"; hostname = "backwards";
user = "alex"; user = "alex";
@@ -46,6 +53,19 @@
}; };
age.secrets = { 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" = { "alex.pinwheel-backwards" = {
file = ../../../../secrets/pinwheel/alex.pinwheel-backwards.age; file = ../../../../secrets/pinwheel/alex.pinwheel-backwards.age;
path = "/home/alex/.ssh/alex.pinwheel-backwards"; path = "/home/alex/.ssh/alex.pinwheel-backwards";

Binary file not shown.

View 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><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><4E><C38A><EFBFBD><08>}<03>Q<EFBFBD><51><EFBFBD><EFBFBD>`y<>'<27>Tz*]<5D><><EFBFBD><EFBFBD>-<2D><><EFBFBD>"@ <09><>k

View File

@@ -9,6 +9,8 @@ in {
"pinwheel/syncthing-cert.age".publicKeys = [ pinwheel alex ]; "pinwheel/syncthing-cert.age".publicKeys = [ pinwheel alex ];
"pinwheel/syncthing-key.age".publicKeys = [ pinwheel alex ]; "pinwheel/syncthing-key.age".publicKeys = [ pinwheel alex ];
"pinwheel/tailscale-preferred-exit-node.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.age".publicKeys = [ pinwheel alex ];
"pinwheel/alex.pinwheel-backwards.pub.age".publicKeys = [ pinwheel backwards alex ]; "pinwheel/alex.pinwheel-backwards.pub.age".publicKeys = [ pinwheel backwards alex ];
"pinwheel/alex.pinwheel-tadpole.age".publicKeys = [ pinwheel alex ]; "pinwheel/alex.pinwheel-tadpole.age".publicKeys = [ pinwheel alex ];