summaryrefslogtreecommitdiff
path: root/.ssh
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-11-25 12:29:28 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-11-25 12:29:48 -0700
commit8068fc864b7078dfffc62d72e53b555cacf331e3 (patch)
treed6415cace5ccc17f8813debb55bacec35bda80a2 /.ssh
parent398889f7996b2cfd4769efaa8bf3f6b9b16468f6 (diff)
downloaddotfiles-8068fc864b7078dfffc62d72e53b555cacf331e3.tar.gz
one more brave attempt at usable TRAMP
Diffstat (limited to '.ssh')
-rw-r--r--.ssh/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ssh/config b/.ssh/config
index f82eb20b..282768ac 100644
--- a/.ssh/config
+++ b/.ssh/config
@@ -111,7 +111,7 @@ Host *
ControlMaster auto
ControlPath /tmp/ssh-%u-%r@%h:%p
ControlPersist 4h
-ServerAliveInterval 15
+ServerAliveInterval 5
ForwardAgent no
NoHostAuthenticationForLocalhost yes
ExitOnForwardFailure yes