Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Windows 10 in SSHManager #29243

Closed
vchuravy opened this issue Sep 18, 2018 · 1 comment
Closed

Support Windows 10 in SSHManager #29243

vchuravy opened this issue Sep 18, 2018 · 1 comment
Labels
domain:parallelism Parallel or distributed computation system:windows Affects only Windows

Comments

@vchuravy
Copy link
Sponsor Member

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.

@mgkuhn
Copy link
Contributor

mgkuhn commented Jul 10, 2021

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.

@mgkuhn mgkuhn closed this as completed Jul 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:parallelism Parallel or distributed computation system:windows Affects only Windows
Projects
None yet
Development

No branches or pull requests

2 participants