pinwheel: Add alex.pinwheel-sombrero ssh key
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
@@ -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";
|
||||||
|
|||||||
BIN
secrets/pinwheel/alex.pinwheel-sombrero.age
Normal file
BIN
secrets/pinwheel/alex.pinwheel-sombrero.age
Normal file
Binary file not shown.
10
secrets/pinwheel/alex.pinwheel-sombrero.pub.age
Normal file
10
secrets/pinwheel/alex.pinwheel-sombrero.pub.age
Normal 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<EFBFBD>:?<3F>g<EFBFBD><67><<3C>^yNH<<3C><>}<7D><><02>4<0B><>d¬FB(-<2D>\<[W<><57><EFBFBD><19><>3Xԙ<58><D499><EFBFBD><EFBFBD><EFBFBD>6L}<7D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><06><> gP<67>u<EFBFBD>&<26> 3<>MWZ<57>T<>kM<6B><4D><EFBFBD><EFBFBD>ϱ*h<>[<5B><>y<EFBFBD>rR<72><52><EFBFBD>*p<><70>z<EFBFBD><7A><EFBFBD><EFBFBD><EFBFBD>߃<EFBFBD><DF83>:<0F><><EFBFBD><EFBFBD><EFBFBD>e
|
||||||
@@ -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 ];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user