pinwheel: Add ssh key for work
This commit is contained in:
@@ -10,10 +10,16 @@
|
||||
identityFile = "/home/alex/.ssh/alex.pinwheel-sombrero";
|
||||
port = 1122;
|
||||
};
|
||||
|
||||
"github.com" = {
|
||||
hostname = "github.com";
|
||||
identityFile = "/home/alex/.ssh/alex.pinwheel-github.com";
|
||||
};
|
||||
|
||||
"gitlab.com" = {
|
||||
hostname = "gitlab.com";
|
||||
identityFile = "/home/alex/.ssh/alex.pinwheel-work";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -42,5 +48,17 @@
|
||||
owner = "alex";
|
||||
group = "users";
|
||||
};
|
||||
"alex.pinwheel-work" = {
|
||||
file = ../../../../secrets/pinwheel/alex.pinwheel-work.age;
|
||||
path = "/home/alex/.ssh/alex.pinwheel-work";
|
||||
owner = "alex";
|
||||
group = "users";
|
||||
};
|
||||
"alex.pinwheel-work.pub" = {
|
||||
file = ../../../../secrets/pinwheel/alex.pinwheel-work.pub.age;
|
||||
path = "/home/alex/.ssh/alex.pinwheel-work.pub";
|
||||
owner = "alex";
|
||||
group = "users";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
BIN
secrets/pinwheel/alex.pinwheel-work.age
Normal file
BIN
secrets/pinwheel/alex.pinwheel-work.age
Normal file
Binary file not shown.
BIN
secrets/pinwheel/alex.pinwheel-work.pub.age
Normal file
BIN
secrets/pinwheel/alex.pinwheel-work.pub.age
Normal file
Binary file not shown.
@@ -8,4 +8,6 @@ in {
|
||||
"pinwheel/alex.pinwheel-sombrero.pub.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-work.age".publicKeys = [ pinwheel alex ];
|
||||
"pinwheel/alex.pinwheel-work.pub.age".publicKeys = [ pinwheel alex ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user