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";
|
||||
identitiesOnly = true;
|
||||
};
|
||||
"gitlab.epicenter.works" = {
|
||||
user = "git";
|
||||
"mac.cloonar.com" = {
|
||||
user = "dominikpolakovics";
|
||||
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" = {
|
||||
user = "root";
|
||||
identityFile = "~/.ssh/epicenter.id_rsa";
|
||||
|
|
@ -725,12 +717,34 @@ in
|
|||
"*.cloonar.smart" = {
|
||||
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" = {
|
||||
user = "wswdpolakovics";
|
||||
setEnv = {
|
||||
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" = {
|
||||
user = "hilgenberg-gmbh.de_kk33i9d2xv"; # prod
|
||||
#user = "hilgenberg.gmbh.de_pci2n5aqzt"; # stage
|
||||
|
|
@ -750,16 +764,6 @@ in
|
|||
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