From 4eb3e5a4d21c5fb6a71f38eddaf73bb786eeefeb Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Fri, 26 Jun 2015 11:33:31 +0100 Subject: [PATCH] Use a longer timeout on SSH multiplex sockets to github.com 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: https://github.com/composer/composer/issues/4180 --- .ssh/hosts.d/github.com/config | 1 + 1 file changed, 1 insertion(+) diff --git a/.ssh/hosts.d/github.com/config b/.ssh/hosts.d/github.com/config index b75bdb3..507562b 100644 --- a/.ssh/hosts.d/github.com/config +++ b/.ssh/hosts.d/github.com/config @@ -1,2 +1,3 @@ User git RequestTTY no +ControlPersist 2h