pinwheel: Add alex.pinwheel-sombrero ssh key

This commit is contained in:
Alexander Heldt
2023-08-12 20:40:12 +02:00
parent 2c15478934
commit 47a91aeda2
5 changed files with 30 additions and 0 deletions

View File

@@ -203,6 +203,18 @@
secrets = { secrets = {
"syncthing-cert".file = ../../secrets/pinwheel/syncthing-cert.age; "syncthing-cert".file = ../../secrets/pinwheel/syncthing-cert.age;
"syncthing-key".file = ../../secrets/pinwheel/syncthing-key.age; "syncthing-key".file = ../../secrets/pinwheel/syncthing-key.age;
"alex.pinwheel-sombrero" = {
file = ../../secrets/pinwheel/alex.pinwheel-sombrero.age;
path = "/home/alex/.ssh/alex.pinwheel-sombrero";
owner = "alex";
group = "users";
};
"alex.pinwheel-sombrero.pub" = {
file = ../../secrets/pinwheel/alex.pinwheel-sombrero.pub.age;
path = "/home/alex/.ssh/alex.pinwheel-sombrero.pub";
owner = "alex";
group = "users";
};
"alex.pinwheel-github.com" = { "alex.pinwheel-github.com" = {
file = ../../secrets/pinwheel/alex.pinwheel-github.com.age; file = ../../secrets/pinwheel/alex.pinwheel-github.com.age;
path = "/home/alex/.ssh/alex.pinwheel-github.com"; path = "/home/alex/.ssh/alex.pinwheel-github.com";

View File

@@ -17,6 +17,12 @@
enable = true; enable = true;
matchBlocks = { matchBlocks = {
"sombrero.local" = {
hostname = "192.168.50.200";
user = "alex";
identityFile = "/home/alex/.ssh/alex.pinwheel-sombrero";
port = 1122;
};
"github.com" = { "github.com" = {
hostname = "github.com"; hostname = "github.com";
identityFile = "/home/alex/.ssh/alex.pinwheel-github.com"; identityFile = "/home/alex/.ssh/alex.pinwheel-github.com";

Binary file not shown.

View File

@@ -0,0 +1,10 @@
age-encryption.org/v1
-> ssh-ed25519 vxPbZg p4V0jEUSH1GQeHcqAzKQVyQb1whfOdBQ1FM+Y3UCeXI
N6kWm/X+OdIaaipDDCPgM1bHjj3RxBOGf+E/PhJJRR8
-> ssh-ed25519 ek+b7Q iYAYLpirJ/ftOLuu+K7NAVEBXPsINGet+vyjsjTzp1w
bal6VjX/5iOaJSXVI9T1pJWB3Pk0ees1mhMpdU6lgMc
-> be:Y?D<-grease k$wtP
kVG6hZ/k+y3O5X9rDF0v1FuNSrKDH1dPgVY20yZwT43Tkhzb59DaNHYKHVrBhYVH
RWACoa7MP4LE7d6y5URUkcSk1PGKt9s7SbwuH9ExKZM+1z8
--- MtZ6IZYpKhgghsljQXY/psDJVufYuG2E/s5/cpuUsWU
s6â:?Åg©€<†^yNH<Ž´}럄4 ô÷d¬FB(-š\<[WØ÷㤟3XÔ™¢çÕí<C395>6L}ÂÉø¿ü¹‰Ö gPÎu¥&û 3¢MWZËTøkM¦¥¿²Ï±*hÉ[±²y¶rRùë*p»Óz÷ÃÌß߃<C39F>˜:¯‡œ×Öe

View File

@@ -4,6 +4,8 @@ let
in { 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/alex.pinwheel-sombrero.age".publicKeys = [ pinwheel alex ];
"pinwheel/alex.pinwheel-sombrero.pub.age".publicKeys = [ pinwheel alex ];
"pinwheel/alex.pinwheel-github.com.age".publicKeys = [ pinwheel alex ]; "pinwheel/alex.pinwheel-github.com.age".publicKeys = [ pinwheel alex ];
"pinwheel/alex.pinwheel-github.com.pub.age".publicKeys = [ pinwheel alex ]; "pinwheel/alex.pinwheel-github.com.pub.age".publicKeys = [ pinwheel alex ];
} }