summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/ssh-hosts.nix
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/gkleen@sif/ssh-hosts.nix')
-rw-r--r--accounts/gkleen@sif/ssh-hosts.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/accounts/gkleen@sif/ssh-hosts.nix b/accounts/gkleen@sif/ssh-hosts.nix
index ac930614..4ca9e052 100644
--- a/accounts/gkleen@sif/ssh-hosts.nix
+++ b/accounts/gkleen@sif/ssh-hosts.nix
@@ -306,8 +306,8 @@
306 "mathw0h" = 306 "mathw0h" =
307 { hostname = "mathw0h.mathinst.loc"; 307 { hostname = "mathw0h.mathinst.loc";
308 }; 308 };
309 "proxy.mathw0g" = 309 "proxy.ssh.math.lmu.de" =
310 { hostname = "mathw0g.mathinst.loc"; 310 { hostname = "ssh.math.lmu.de";
311 extraOptions = { 311 extraOptions = {
312 ControlPath = "none"; 312 ControlPath = "none";
313 ExitOnForwardFailure = "yes"; 313 ExitOnForwardFailure = "yes";
@@ -317,7 +317,7 @@
317 }; 317 };
318 "proxy.mathw0h" = 318 "proxy.mathw0h" =
319 { hostname = "mathw0h.mathinst.loc"; 319 { hostname = "mathw0h.mathinst.loc";
320 proxyJump = "proxy.mathw0g"; 320 # proxyJump = "proxy.ssh.math.lmu.de";
321 extraOptions = { 321 extraOptions = {
322 ControlPath = "none"; 322 ControlPath = "none";
323 ExitOnForwardFailure = "yes"; 323 ExitOnForwardFailure = "yes";