chore: ssh changes

This commit is contained in:
m3tam3re
2026-08-16 13:44:59 +02:00
parent 808b6628c8
commit 6a311045a4
2 changed files with 9 additions and 4 deletions
+4 -4
View File
@@ -96,10 +96,10 @@
User = "m3tam3re"; User = "m3tam3re";
IdentityFile = "~/.ssh/m3ta-adm"; IdentityFile = "~/.ssh/m3ta-adm";
}; };
"hermes" = { "hermes-agent" = {
HostName = "46.224.0.92"; HostName = "204.168.229.93";
User = "admin"; User = "hermes";
IdentityFile = "~/.ssh/m3tam3re"; IdentityFile = "~/.ssh/hermes";
}; };
"m3-zelda" = { "m3-zelda" = {
HostName = "95.217.189.186"; HostName = "95.217.189.186";
+5
View File
@@ -74,6 +74,11 @@
User = "m3tam3re"; User = "m3tam3re";
IdentityFile = "~/.ssh/sascha.koenig"; IdentityFile = "~/.ssh/sascha.koenig";
}; };
"hermes-agent" = {
HostName = "204.168.229.93";
User = "hermes";
IdentityFile = "~/.ssh/hermes";
};
}; };
}; };
} }