From f29f5e472eb6f36862ae7e63537343459fc9c67a Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 9 Jan 2026 12:49:45 +0100 Subject: ... --- accounts/gkleen@sif/ssh-hosts.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'accounts/gkleen@sif/ssh-hosts.nix') diff --git a/accounts/gkleen@sif/ssh-hosts.nix b/accounts/gkleen@sif/ssh-hosts.nix index a250509b..0b49f385 100644 --- a/accounts/gkleen@sif/ssh-hosts.nix +++ b/accounts/gkleen@sif/ssh-hosts.nix @@ -4,6 +4,7 @@ let "ssh.math.lmu.de" = 8118; "mathw0h" = 8122; "mathw0e" = 8124; + "cip04" = 8126; }; autosshProxy = host: "${lib.getExe pkgs.socat} - SOCKS4A:127.0.0.1:%h:%p,socksport=${toString autosshProxyPorts.${host}}"; in { @@ -342,6 +343,16 @@ in { ServerAliveInterval = "2"; }; }; + "proxy.cip04" = + { hostname = "cip04.cipmath.loc"; + proxyCommand = autosshProxy "mathw0h"; + extraOptions = { + ControlPath = "none"; + ExitOnForwardFailure = "yes"; + ServerAliveCountMax = "15"; + ServerAliveInterval = "2"; + }; + }; "vrt-kvm06" = { hostname = "vrt-kvm06"; proxyCommand = autosshProxy "mathw0e"; -- cgit v1.2.3