summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/gkleen@sif')
-rw-r--r--accounts/gkleen@sif/default.nix4
-rw-r--r--accounts/gkleen@sif/ssh-hosts.nix2
2 files changed, 3 insertions, 3 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix
index cacdd98e..55cb1743 100644
--- a/accounts/gkleen@sif/default.nix
+++ b/accounts/gkleen@sif/default.nix
@@ -72,8 +72,10 @@ 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 75 Match host *.mathinst.loc,*.cipmath.loc,*.math.lmu.de
76 IdentityFile ~/.ssh/gkleen@mathinst.loc 76 IdentityFile ~/.ssh/gkleen@mathinst.loc
77 HostKeyAlgorithms +ssh-rsa
78 PubkeyAcceptedAlgorithms +ssh-rsa
77 79
78 Match host *.mathinst.loc !exec "nc -z -w 1 %h %p &>/dev/null" 80 Match host *.mathinst.loc !exec "nc -z -w 1 %h %p &>/dev/null"
79 ProxyJump mathw0g 81 ProxyJump mathw0g
diff --git a/accounts/gkleen@sif/ssh-hosts.nix b/accounts/gkleen@sif/ssh-hosts.nix
index 3ecc1095..b1ac2a05 100644
--- a/accounts/gkleen@sif/ssh-hosts.nix
+++ b/accounts/gkleen@sif/ssh-hosts.nix
@@ -267,7 +267,6 @@
267 }; 267 };
268 "math60" = 268 "math60" =
269 { hostname = "math60.math.lmu.de"; 269 { hostname = "math60.math.lmu.de";
270 identityFile = "~/.ssh/gkleen@mathinst.loc";
271 }; 270 };
272 "mathw0d" = 271 "mathw0d" =
273 { hostname = "mathw0d.mathinst.loc"; 272 { hostname = "mathw0d.mathinst.loc";
@@ -283,7 +282,6 @@
283 }; 282 };
284 "mathw0g" = 283 "mathw0g" =
285 { hostname = "mathw0g.math.lmu.de"; 284 { hostname = "mathw0g.math.lmu.de";
286 identityFile = "~/.ssh/gkleen@mathinst.loc";
287 }; 285 };
288 "mathw0h" = 286 "mathw0h" =
289 { hostname = "mathw0h.mathinst.loc"; 287 { hostname = "mathw0h.mathinst.loc";