[ssh] Add SubGit key
This commit is contained in:
parent
e1e6c01cf7
commit
e9a61f9301
4 changed files with 29 additions and 21 deletions
|
@ -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