vcs
vcs copied to clipboard
Running commands hang forever
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