summaryrefslogtreecommitdiff
path: root/.ssh
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-06-02 00:11:58 +0100
committerSean Whitton <spwhitton@spwhitton.name>2018-06-02 00:12:58 +0100
commit818d5dfce33ab5f61d2be58fbb6ab3aa52755c33 (patch)
tree33fbf1ff85fa49455548e63761968c903ac2351e /.ssh
parent8e497a22b44c36950a2b0cfa0c18fcd1ce3016ec (diff)
downloaddotfiles-818d5dfce33ab5f61d2be58fbb6ab3aa52755c33.tar.gz
more aggressive ssh serveralive settings
Diffstat (limited to '.ssh')
-rw-r--r--.ssh/config4
1 files changed, 2 insertions, 2 deletions
diff --git a/.ssh/config b/.ssh/config
index 8f6f38d4..e0a721d7 100644
--- a/.ssh/config
+++ b/.ssh/config
@@ -112,8 +112,8 @@ Host *
ControlMaster auto
ControlPath /tmp/ssh-%u-%r@%h:%p
ControlPersist 4h
-ServerAliveInterval 20
-ServerAliveCountMax 3
+ServerAliveInterval 5
+ServerAliveCountMax 2
ForwardAgent no
NoHostAuthenticationForLocalhost yes
ExitOnForwardFailure yes