mac ssh authorize
This commit is contained in:
@@ -51,6 +51,7 @@ in
|
||||
];
|
||||
openssh.authorizedKeys.keyFiles = inputs.self.lib.getSshKeys [
|
||||
"deacero"
|
||||
"mac"
|
||||
"workstation"
|
||||
"server"
|
||||
"miniserver"
|
||||
|
||||
@@ -280,6 +280,7 @@ in
|
||||
serviceMap |> map (entry: inputs.self.lib.mkPostgresDependency config entry.service entry.name);
|
||||
sshKeys = {
|
||||
deacero = ../secrets/ssh/ed25519_deacero.pub;
|
||||
mac = ../secrets/ssh/ed25519_mac.pub;
|
||||
workstation = ../secrets/ssh/ed25519_workstation.pub;
|
||||
server = ../secrets/ssh/ed25519_server.pub;
|
||||
miniserver = ../secrets/ssh/ed25519_miniserver.pub;
|
||||
|
||||
1
secrets/ssh/ed25519_mac.pub
Normal file
1
secrets/ssh/ed25519_mac.pub
Normal file
@@ -0,0 +1 @@
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICPm6OxkrbbYHHUK+6HFHyO1cZYEQR0Un11k2+9YRRIq carlosdaniloreyesmartinez@MacBook-Air-deCarlos-Danilo-Reyes.local
|
||||
Reference in New Issue
Block a user