vcs icon indicating copy to clipboard operation
vcs copied to clipboard

Running commands hang forever

Open recht opened this issue 8 years ago • 0 comments

This happens when enabling ControlMaster in openssh. Seems to be related to https://github.com/golang/go/issues/13155.

~/.ssh/config looks like this:

ControlMaster auto
ControlPath ~/.ssh/master-%r@%h:%p
ControlPersist 10m

recht avatar May 18 '17 20:05 recht