summaryrefslogtreecommitdiff
path: root/.ssh/config
diff options
context:
space:
mode:
Diffstat (limited to '.ssh/config')
-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