some changes
This commit is contained in:
parent
4a183af66c
commit
b92b9b963a
4 changed files with 20 additions and 17 deletions
|
|
@ -373,22 +373,22 @@ in
|
|||
};
|
||||
"tools.epicenter.works" = {
|
||||
user = "root";
|
||||
identityFile = "epicenter.id_rsa";
|
||||
identityFile = "~/.ssh/epicenter.id_rsa";
|
||||
};
|
||||
"*.epicenter.works !tools.epicenter.works" = {
|
||||
user = "dominik";
|
||||
identityFile = "epicenter.id_rsa";
|
||||
identityFile = "~/.ssh/epicenter.id_rsa";
|
||||
};
|
||||
"*.dearmep.eu" = {
|
||||
user = "root";
|
||||
identityFile = "epicenter.id_rsa";
|
||||
identityFile = "~/.ssh/epicenter.id_rsa";
|
||||
};
|
||||
"*.akvorrat.at" = {
|
||||
user = "dominik";
|
||||
setEnv = {
|
||||
TERM = "xterm-256color";
|
||||
};
|
||||
identityFile = "epicenter.id_rsa";
|
||||
identityFile = "~/.ssh/epicenter.id_rsa";
|
||||
};
|
||||
"*.cloonar.com" = {
|
||||
user = "root";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue