some changes

This commit is contained in:
2024-07-12 22:14:20 +02:00
parent 4a183af66c
commit b92b9b963a
4 changed files with 20 additions and 17 deletions

View File

@@ -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";