summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--accounts/gkleen@sif/default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix
index ef35ebaa..53eb5f30 100644
--- a/accounts/gkleen@sif/default.nix
+++ b/accounts/gkleen@sif/default.nix
@@ -72,9 +72,12 @@ in {
72 Match host uniworx3.ifi.lmu.de,uniworx4.ifi.lmu.de,uniworx5.ifi.lmu.de,uni2workgw.ifi.lmu.de,blackbeard.tcs.ifi.lmu.de,gitlab2.rz.ifi.lmu.de,oregon.tcs.ifi.lmu.de !exec "nc -z -w 1 %h %p &>/dev/null" 72 Match host uniworx3.ifi.lmu.de,uniworx4.ifi.lmu.de,uniworx5.ifi.lmu.de,uni2workgw.ifi.lmu.de,blackbeard.tcs.ifi.lmu.de,gitlab2.rz.ifi.lmu.de,oregon.tcs.ifi.lmu.de !exec "nc -z -w 1 %h %p &>/dev/null"
73 ProxyJump remote.cip.ifi.lmu.de 73 ProxyJump remote.cip.ifi.lmu.de
74 74
75 Match host *.mathinst.loc,*.cipmath.loc !exec "nc -z -w 1 %h %p &>/dev/null" 75 Match host *.mathinst.loc !exec "nc -z -w 1 %h %p &>/dev/null"
76 ProxyJump math60 76 ProxyJump math60
77 77
78 Match host *.cipmath.loc !exec "nc -z -w 1 %h %p &>/dev/null"
79 ProxyJump mathw0h.mathinst.loc
80
78 Host * 81 Host *
79 ''; 82 '';
80 }; 83 };