diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-12-21 19:18:31 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-12-21 19:18:31 +0100 |
| commit | 78532ff2037c3857e71d218bf6459690265ef4c5 (patch) | |
| tree | 9aac9e3cfdc12ac23fa40b38449b1ae93fbe72c5 | |
| parent | c214101dfdac5e4d61c031c77eb621d272053fe8 (diff) | |
| download | nixos-78532ff2037c3857e71d218bf6459690265ef4c5.tar nixos-78532ff2037c3857e71d218bf6459690265ef4c5.tar.gz nixos-78532ff2037c3857e71d218bf6459690265ef4c5.tar.bz2 nixos-78532ff2037c3857e71d218bf6459690265ef4c5.tar.xz nixos-78532ff2037c3857e71d218bf6459690265ef4c5.zip | |
gkleen@sif: ssh: ...
| -rw-r--r-- | accounts/gkleen@sif/ssh-hosts.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/accounts/gkleen@sif/ssh-hosts.nix b/accounts/gkleen@sif/ssh-hosts.nix index 94a3b856..8156b6e0 100644 --- a/accounts/gkleen@sif/ssh-hosts.nix +++ b/accounts/gkleen@sif/ssh-hosts.nix | |||
| @@ -292,7 +292,7 @@ | |||
| 292 | { hostname = "mathw0g.math.lmu.de"; | 292 | { hostname = "mathw0g.math.lmu.de"; |
| 293 | extraOptions = { | 293 | extraOptions = { |
| 294 | ControlPath = "none"; | 294 | ControlPath = "none"; |
| 295 | ServerAliveCountMax = "3"; | 295 | ServerAliveCountMax = "10"; |
| 296 | ServerAliveInterval = "1"; | 296 | ServerAliveInterval = "1"; |
| 297 | }; | 297 | }; |
| 298 | }; | 298 | }; |
| @@ -302,7 +302,7 @@ | |||
| 302 | extraOptions = { | 302 | extraOptions = { |
| 303 | ControlPath = "none"; | 303 | ControlPath = "none"; |
| 304 | ExitOnForwardFailure = "yes"; | 304 | ExitOnForwardFailure = "yes"; |
| 305 | ServerAliveCountMax = "3"; | 305 | ServerAliveCountMax = "10"; |
| 306 | ServerAliveInterval = "1"; | 306 | ServerAliveInterval = "1"; |
| 307 | }; | 307 | }; |
| 308 | }; | 308 | }; |
