Add sas RSA key
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -27,15 +27,26 @@ in
|
||||
key = "ssh/pass";
|
||||
};
|
||||
|
||||
"ssh/sas/key" = {
|
||||
"ssh/sas/ed25519/key" = {
|
||||
sopsFile = ../../../../../../../secrets/sas/secrets.yaml;
|
||||
key = "ssh/key";
|
||||
key = "ssh/ed25519/key";
|
||||
path = "${home}/.ssh/ssh_sas_ed25519_key";
|
||||
};
|
||||
|
||||
"ssh/sas/pass" = {
|
||||
"ssh/sas/ed25519/pass" = {
|
||||
sopsFile = ../../../../../../../secrets/sas/secrets.yaml;
|
||||
key = "ssh/pass";
|
||||
key = "ssh/ed25519/pass";
|
||||
};
|
||||
|
||||
"ssh/sas/rsa/key" = {
|
||||
sopsFile = ../../../../../../../secrets/sas/secrets.yaml;
|
||||
key = "ssh/rsa/key";
|
||||
path = "${home}/.ssh/ssh_sas_rsa_key";
|
||||
};
|
||||
|
||||
"ssh/sas/rsa/pass" = {
|
||||
sopsFile = ../../../../../../../secrets/sas/secrets.yaml;
|
||||
key = "ssh/rsa/pass";
|
||||
};
|
||||
};
|
||||
|
||||
@@ -56,7 +67,8 @@ in
|
||||
|
||||
clipbook.bookmarks = {
|
||||
"Personal SSH Key Passphrase".source = hmConfig.sops.secrets."ssh/personal/pass".path;
|
||||
"SAS SSH Key Passphrase".source = hmConfig.sops.secrets."ssh/sas/pass".path;
|
||||
"SAS SSH ED25519 Key Passphrase".source = hmConfig.sops.secrets."ssh/sas/ed25519/pass".path;
|
||||
"SAS SSH RSA Key Passphrase".source = hmConfig.sops.secrets."ssh/sas/rsa/pass".path;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user