I suspect the remote ssh workers are not set up to work on Windows. It's trying to spawn `sh` which won't exist on Windows (though you will have one from cygwin, that's not guaranteed to be there).
Maybe if the `sh` part of the command were taken out it could be made to work.
