diff --git a/modules/hm/ssh.nix b/modules/hm/ssh.nix index 72011cf..f768951 100644 --- a/modules/hm/ssh.nix +++ b/modules/hm/ssh.nix @@ -17,6 +17,32 @@ forwardAgent = true; port = 22; }; + "gw1.net.chsfg.se" = { + forwardAgent = true; + hostname = "2a02:9a0:fffe:4::3"; + }; + "gw2.net.chsfg.se" = { + forwardAgent = true; + hostname = "2a02:9a0:fffe:4::5"; + }; + "cv11-stor-gw.net.chsfg.se" = { + proxyCommand = "ssh prod-admin-jump1.infra.csbnet.se /bin/nc %h 22"; + hostname = "176.10.244.136"; + user = "root"; + port = 8822; + }; + "tp2-core1.net.chsfg.se" = { + hostname = "192.168.10.52"; + user = "nvg"; + }; + "gw-shg9d-ctk.net.chsfg.se" = { + hostname = "83.218.70.146"; + user = "admin"; + }; + "lp5-core1.net.chsfg.se" = { + hostname = "192.168.10.51"; + user = "nvg"; + }; "sw-fys-kt11-serv1.net.chsfg.se" = { hostname = "10.2.13.10"; }; @@ -48,32 +74,6 @@ "192.168.10.50" = { hostname = "192.168.10.50"; }; - "gw1.net.chsfg.se" = { - forwardAgent = true; - hostname = "2a02:9a0:fffe:4::3"; - }; - "gw2.net.chsfg.se" = { - forwardAgent = true; - hostname = "2a02:9a0:fffe:4::5"; - }; - "cv11-stor-gw.net.chsfg.se" = { - proxyCommand = "ssh prod-admin-jump1.infra.csbnet.se /bin/nc %h 22"; - hostname = "176.10.244.136"; - user = "root"; - port = 8822; - }; - "tp2-core1.net.chsfg.se" = { - hostname = "192.168.10.52"; - user = "nvg"; - }; - "gw-shg9d-ctk.net.chsfg.se" = { - hostname = "83.218.70.146"; - user = "admin"; - }; - "lp5-core1.net.chsfg.se" = { - hostname = "192.168.10.51"; - user = "nvg"; - }; }; }; }