feat: nb add ssh config for whoidentifies.me
This commit is contained in:
parent
fc9ef6b9ff
commit
6be832b012
1 changed files with 4 additions and 0 deletions
|
|
@ -665,6 +665,10 @@ in
|
||||||
user = "root";
|
user = "root";
|
||||||
identityFile = "~/.ssh/epicenter.id_rsa";
|
identityFile = "~/.ssh/epicenter.id_rsa";
|
||||||
};
|
};
|
||||||
|
"*.whoidentifies.me" = {
|
||||||
|
user = "root";
|
||||||
|
identityFile = "~/.ssh/epicenter_id_ed25519";
|
||||||
|
};
|
||||||
"*.akvorrat.at" = {
|
"*.akvorrat.at" = {
|
||||||
user = "dominik";
|
user = "dominik";
|
||||||
setEnv = {
|
setEnv = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue