[ssh] Add SubGit key
This commit is contained in:
parent
e1e6c01cf7
commit
e9a61f9301
4 changed files with 29 additions and 21 deletions
|
@ -26,10 +26,10 @@
|
|||
owner = user;
|
||||
};
|
||||
UGent = {
|
||||
format = "yaml";
|
||||
sopsFile = ../../../secrets/UGent.yaml;
|
||||
owner = user;
|
||||
};
|
||||
format = "yaml";
|
||||
sopsFile = ../../../secrets/UGent.yaml;
|
||||
owner = user;
|
||||
};
|
||||
in {
|
||||
"Hugo/ssh" = Hugo;
|
||||
"UGent/HPC/ssh" = UGent;
|
||||
|
@ -41,6 +41,7 @@
|
|||
};
|
||||
"Hugo/Gitea/ssh" = Hugo;
|
||||
"UGent/GitHub/ssh" = UGent;
|
||||
"UGent/SubGit/ssh" = UGent;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -42,6 +42,11 @@
|
|||
identityFile = "/run/secrets/UGent/GitHub/ssh";
|
||||
user = "tdpeuter";
|
||||
};
|
||||
"subgit.ugent.be" = {
|
||||
hostname = "subgit.ugent.be";
|
||||
identitiesOnly = true;
|
||||
identityFile = "/run/secrets/UGent/SubGit/ssh";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue