HenrikBengtsson / parallelly

R package: parallelly - Enhancing the 'parallel' Package
https://parallelly.futureverse.org
128 stars 7 forks source link

Default SSH on Windows 10 should not be the semi-broken built-in SSH client #43

Closed HenrikBengtsson closed 3 years ago

HenrikBengtsson commented 3 years ago

Despite the built-in SSH client on Windows 10 is not supported (broken reverse tunneling, cf. ?makeClusterPSOCK), it is the default one that makeClusterPSOCK() uses on Windows. It can be avoided using option parallelly.makeNodePSOCK.rshcmd but ideally we should skip it until it actually works 100% reliably.