serv: update ssh to leon

This commit is contained in:
Astro 2022-06-01 19:24:15 +02:00
parent f7b136cf85
commit b015ad5712
2 changed files with 3 additions and 10 deletions

View File

@ -50,11 +50,11 @@
kibana = "172.20.73.44"; kibana = "172.20.73.44";
public-access-proxy = "172.20.73.45"; public-access-proxy = "172.20.73.45";
marenz = "172.20.73.46"; marenz = "172.20.73.46";
leonos = "172.20.73.47"; leon = "172.20.73.47";
minetest = "172.20.73.48"; minetest = "172.20.73.48";
hydra = "172.20.73.49"; hydra = "172.20.73.49";
netboot = "172.20.73.50"; netboot = "172.20.73.50";
vps1 = "172.20.73.51"; # unused = "172.20.73.51";
ticker = "172.20.73.52"; ticker = "172.20.73.52";
gitea = "172.20.73.53"; gitea = "172.20.73.53";
stream = "172.20.73.54"; stream = "172.20.73.54";

View File

@ -264,7 +264,7 @@ in
sourcePort = 64699; sourcePort = 64699;
} }
{ {
destination = "${servHosts.leonos}:22"; destination = "${servHosts.leon}:22";
proto = "tcp"; proto = "tcp";
reflect = true; reflect = true;
sourcePort = 2223; sourcePort = 2223;
@ -330,13 +330,6 @@ in
reflect = true; reflect = true;
sourcePort = 3479; sourcePort = 3479;
} }
# leon's vps1
{
destination = "${servHosts.vps1}:22";
proto = "tcp";
reflect = true;
sourcePort = 2225;
}
{ {
destination = servHosts.mailtngbert; destination = servHosts.mailtngbert;
proto = "tcp"; proto = "tcp";