diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2025-03-16 17:15:39 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2025-03-16 17:15:39 +0100 |
commit | 804533cde06189bb2109c063092d59b2d53ee4db (patch) | |
tree | 392f4158fa2e0b934a1cfc6bb944ce5409f653ca /accounts/gkleen@sif/ssh-hosts.nix | |
parent | 31ab1c84a4da06d1bf029c462fd9adeadb601c8c (diff) | |
download | nixos-804533cde06189bb2109c063092d59b2d53ee4db.tar nixos-804533cde06189bb2109c063092d59b2d53ee4db.tar.gz nixos-804533cde06189bb2109c063092d59b2d53ee4db.tar.bz2 nixos-804533cde06189bb2109c063092d59b2d53ee4db.tar.xz nixos-804533cde06189bb2109c063092d59b2d53ee4db.zip |
...
Diffstat (limited to 'accounts/gkleen@sif/ssh-hosts.nix')
-rw-r--r-- | accounts/gkleen@sif/ssh-hosts.nix | 6 |
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"; |