summaryrefslogtreecommitdiff
path: root/accounts
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-11-17 16:55:12 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2022-11-17 16:55:12 +0100
commite50397b48a369c0e4446e1d3ae960edda1e54aaa (patch)
tree156c4c96a7230cfd5c3e2900b9449d118e88d062 /accounts
parent619f76061d8cd91e9e1d064984ab8c9f0530716b (diff)
downloadnixos-e50397b48a369c0e4446e1d3ae960edda1e54aaa.tar
nixos-e50397b48a369c0e4446e1d3ae960edda1e54aaa.tar.gz
nixos-e50397b48a369c0e4446e1d3ae960edda1e54aaa.tar.bz2
nixos-e50397b48a369c0e4446e1d3ae960edda1e54aaa.tar.xz
nixos-e50397b48a369c0e4446e1d3ae960edda1e54aaa.zip
...
Diffstat (limited to 'accounts')
-rw-r--r--accounts/gkleen@sif/ssh-hosts.nix5
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 };