Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment