fix identityfile for host
This commit is contained in:
parent
27c85ff9d0
commit
f49ac19af1
1 changed files with 1 additions and 1 deletions
|
|
@ -655,7 +655,7 @@ in
|
||||||
};
|
};
|
||||||
"tools.epicenter.works" = {
|
"tools.epicenter.works" = {
|
||||||
user = "root";
|
user = "root";
|
||||||
identityFile = "~/.ssh/epicenter.id_rsa";
|
identityFile = "~/.ssh/epicenter_id_ed25519";
|
||||||
};
|
};
|
||||||
"*.epicenter.works !tools.epicenter.works" = {
|
"*.epicenter.works !tools.epicenter.works" = {
|
||||||
user = "dominik";
|
user = "dominik";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue