Commit 1527a2b6 authored by nimrod's avatar nimrod
Browse files

SSH config: Reduce the keep alive interval.

With HAProxy I'm getting disconnections.
parent 753bce2b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ Compression yes
ControlMaster auto
ControlPath ~/.ssh/cm_%C.sock
ControlPersist 3m
ServerAliveInterval 30
ServerAliveInterval 15
IdentitiesOnly yes
ForwardAgent no
HashKnownHosts yes