summaryrefslogtreecommitdiff
path: root/.ssh
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-03-04 14:21:49 -0700
committerSean Whitton <spwhitton@spwhitton.name>2018-03-04 14:21:49 -0700
commit9fecd8d655ef17eba1cfa5e4eb2f9d6727ea0174 (patch)
tree6fa6d4bbdb6e38d253f206527ddda54f63c6c02b /.ssh
parentc9eaddfc6aecca4c732a24e97e01e910d2d7d73e (diff)
downloaddotfiles-9fecd8d655ef17eba1cfa5e4eb2f9d6727ea0174.tar.gz
autossh setup
Diffstat (limited to '.ssh')
-rw-r--r--.ssh/config3
1 files changed, 2 insertions, 1 deletions
diff --git a/.ssh/config b/.ssh/config
index 091deaca..aa0854a5 100644
--- a/.ssh/config
+++ b/.ssh/config
@@ -115,7 +115,8 @@ Host *
ControlMaster auto
ControlPath /tmp/ssh-%u-%r@%h:%p
ControlPersist 4h
-ServerAliveInterval 5
+ServerAliveInterval 20
+ServerAliveCountMax 3
ForwardAgent no
NoHostAuthenticationForLocalhost yes
ExitOnForwardFailure yes