feat: add ssh host configs
This commit is contained in:
parent
539cb58493
commit
95e0c05db7
1 changed files with 24 additions and 20 deletions
|
|
@ -692,18 +692,10 @@ in
|
||||||
user = "git";
|
user = "git";
|
||||||
identitiesOnly = true;
|
identitiesOnly = true;
|
||||||
};
|
};
|
||||||
"gitlab.epicenter.works" = {
|
"mac.cloonar.com" = {
|
||||||
user = "git";
|
user = "dominikpolakovics";
|
||||||
identitiesOnly = true;
|
identitiesOnly = true;
|
||||||
};
|
};
|
||||||
"tools.epicenter.works" = {
|
|
||||||
user = "root";
|
|
||||||
identityFile = "~/.ssh/epicenter_id_ed25519";
|
|
||||||
};
|
|
||||||
"*.epicenter.works !tools.epicenter.works" = {
|
|
||||||
user = "dominik";
|
|
||||||
identityFile = "~/.ssh/epicenter.id_rsa";
|
|
||||||
};
|
|
||||||
"*.dearmep.eu" = {
|
"*.dearmep.eu" = {
|
||||||
user = "root";
|
user = "root";
|
||||||
identityFile = "~/.ssh/epicenter.id_rsa";
|
identityFile = "~/.ssh/epicenter.id_rsa";
|
||||||
|
|
@ -725,12 +717,34 @@ in
|
||||||
"*.cloonar.smart" = {
|
"*.cloonar.smart" = {
|
||||||
user = "root";
|
user = "root";
|
||||||
};
|
};
|
||||||
|
"u149513.your-backup.de" = {
|
||||||
|
user = "u149513";
|
||||||
|
# user = "u149513-sub2"; # fw.cloonar.com
|
||||||
|
port = 23;
|
||||||
|
};
|
||||||
|
"u428777.your-storagebox.de" = {
|
||||||
|
user = "u428777";
|
||||||
|
# user = "u149513-sub2"; # fw.cloonar.com
|
||||||
|
port = 23;
|
||||||
|
};
|
||||||
"*.wsw.at" = {
|
"*.wsw.at" = {
|
||||||
user = "wswdpolakovics";
|
user = "wswdpolakovics";
|
||||||
setEnv = {
|
setEnv = {
|
||||||
TERM = "xterm-256color";
|
TERM = "xterm-256color";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
"gitlab.epicenter.works" = {
|
||||||
|
user = "git";
|
||||||
|
identitiesOnly = true;
|
||||||
|
};
|
||||||
|
"tools.epicenter.works" = {
|
||||||
|
user = "root";
|
||||||
|
identityFile = "~/.ssh/epicenter_id_ed25519";
|
||||||
|
};
|
||||||
|
"*.epicenter.works !tools.epicenter.works" = {
|
||||||
|
user = "dominik";
|
||||||
|
identityFile = "~/.ssh/epicenter.id_rsa";
|
||||||
|
};
|
||||||
"*.nycro.net" = {
|
"*.nycro.net" = {
|
||||||
user = "hilgenberg-gmbh.de_kk33i9d2xv"; # prod
|
user = "hilgenberg-gmbh.de_kk33i9d2xv"; # prod
|
||||||
#user = "hilgenberg.gmbh.de_pci2n5aqzt"; # stage
|
#user = "hilgenberg.gmbh.de_pci2n5aqzt"; # stage
|
||||||
|
|
@ -750,16 +764,6 @@ in
|
||||||
TERM = "xterm-256color";
|
TERM = "xterm-256color";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
"u149513.your-backup.de" = {
|
|
||||||
user = "u149513";
|
|
||||||
# user = "u149513-sub2"; # fw.cloonar.com
|
|
||||||
port = 23;
|
|
||||||
};
|
|
||||||
"u428777.your-storagebox.de" = {
|
|
||||||
user = "u428777";
|
|
||||||
# user = "u149513-sub2"; # fw.cloonar.com
|
|
||||||
port = 23;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue