Skip to content

Commit

Permalink
Use a longer timeout on SSH multiplex sockets to github.com
Browse files Browse the repository at this point in the history
When running SSH without an existing socket a new instance is forked
holding open stderr, this causes Composer to hang waiting for output
from that stream. Increase the timeout so there is less chance of
running Composer when there is no socket open.

See: composer/composer#4180
  • Loading branch information
cs278 committed Jun 26, 2015
1 parent 33b0e5c commit 4eb3e5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ssh/hosts.d/github.com/config
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
User git
RequestTTY no
ControlPersist 2h

0 comments on commit 4eb3e5a

Please sign in to comment.