diff options
-rw-r--r-- | accounts/gkleen@sif/ssh-hosts.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/accounts/gkleen@sif/ssh-hosts.nix b/accounts/gkleen@sif/ssh-hosts.nix index 7dfb0765..92279b02 100644 --- a/accounts/gkleen@sif/ssh-hosts.nix +++ b/accounts/gkleen@sif/ssh-hosts.nix | |||
@@ -128,7 +128,7 @@ | |||
128 | ExitOnForwardFailure = "yes"; | 128 | ExitOnForwardFailure = "yes"; |
129 | }; | 129 | }; |
130 | }; | 130 | }; |
131 | "jump.gate2" = | 131 | "jump.gate2" = |
132 | { hostname = "gate2.tcs.ifi.lmu.de"; | 132 | { hostname = "gate2.tcs.ifi.lmu.de"; |
133 | user = "gkleen"; | 133 | user = "gkleen"; |
134 | identityFile = "~/.ssh/proxy.gkleen@tcs.ifi.lmu.de"; | 134 | identityFile = "~/.ssh/proxy.gkleen@tcs.ifi.lmu.de"; |
@@ -151,7 +151,7 @@ | |||
151 | ExitOnForwardFailure = "yes"; | 151 | ExitOnForwardFailure = "yes"; |
152 | }; | 152 | }; |
153 | }; | 153 | }; |
154 | "jump.gate" = | 154 | "jump.gate" = |
155 | { hostname = "gate.tcs.ifi.lmu.de"; | 155 | { hostname = "gate.tcs.ifi.lmu.de"; |
156 | user = "gkleen"; | 156 | user = "gkleen"; |
157 | identityFile = "~/.ssh/proxy.gkleen@tcs.ifi.lmu.de"; | 157 | identityFile = "~/.ssh/proxy.gkleen@tcs.ifi.lmu.de"; |
@@ -308,6 +308,7 @@ | |||
308 | { hostname = "mathw0g.mathinst.loc"; | 308 | { hostname = "mathw0g.mathinst.loc"; |
309 | extraOptions = { | 309 | extraOptions = { |
310 | ControlPath = "none"; | 310 | ControlPath = "none"; |
311 | ExitOnForwardFailure = "yes"; | ||
311 | ServerAliveCountMax = "15"; | 312 | ServerAliveCountMax = "15"; |
312 | ServerAliveInterval = "2"; | 313 | ServerAliveInterval = "2"; |
313 | }; | 314 | }; |