You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows 10 now has facilities for native ssh handling, but that uses the native shell and not sh which we currently assume to be available on the remote host.
Julia 1.6 has a new shell=:wincmd option of Distributed.addprocs() for Windows workers where you ssh into cmd.exe. If you use any older Windows versions than Windows 10 semi-annual 20H1 with latest updates, and it doesn't work, also try the cmdline_cookie=true option as a workaround.
Windows 10 now has facilities for native ssh handling, but that uses the native shell and not
sh
which we currently assume to be available on the remote host.See https://discourse.julialang.org/t/cant-add-windows-workers-due-to-a-missing-sh-shell/15055?u=vchuravy for where this came up.
The text was updated successfully, but these errors were encountered: