summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2021-12-21 19:22:30 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2021-12-21 19:22:30 +0100
commitd14afc2894984707ed5a925a8ae955add6857469 (patch)
tree5f44ae3478d1bead3913e5a5a9d06be49e6c1407
parent78532ff2037c3857e71d218bf6459690265ef4c5 (diff)
downloadnixos-d14afc2894984707ed5a925a8ae955add6857469.tar
nixos-d14afc2894984707ed5a925a8ae955add6857469.tar.gz
nixos-d14afc2894984707ed5a925a8ae955add6857469.tar.bz2
nixos-d14afc2894984707ed5a925a8ae955add6857469.tar.xz
nixos-d14afc2894984707ed5a925a8ae955add6857469.zip
gkleen@sif: ssh: ...
-rw-r--r--accounts/gkleen@sif/ssh-hosts.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/accounts/gkleen@sif/ssh-hosts.nix b/accounts/gkleen@sif/ssh-hosts.nix
index 8156b6e0..4b9130a4 100644
--- a/accounts/gkleen@sif/ssh-hosts.nix
+++ b/accounts/gkleen@sif/ssh-hosts.nix
@@ -292,8 +292,8 @@
292 { hostname = "mathw0g.math.lmu.de"; 292 { hostname = "mathw0g.math.lmu.de";
293 extraOptions = { 293 extraOptions = {
294 ControlPath = "none"; 294 ControlPath = "none";
295 ServerAliveCountMax = "10"; 295 ServerAliveCountMax = "15";
296 ServerAliveInterval = "1"; 296 ServerAliveInterval = "2";
297 }; 297 };
298 }; 298 };
299 "proxy.mathw0h" = 299 "proxy.mathw0h" =
@@ -302,8 +302,8 @@
302 extraOptions = { 302 extraOptions = {
303 ControlPath = "none"; 303 ControlPath = "none";
304 ExitOnForwardFailure = "yes"; 304 ExitOnForwardFailure = "yes";
305 ServerAliveCountMax = "10"; 305 ServerAliveCountMax = "15";
306 ServerAliveInterval = "1"; 306 ServerAliveInterval = "2";
307 }; 307 };
308 }; 308 };
309 "vrt-kvm04" = 309 "vrt-kvm04" =