cfarm icon indicating copy to clipboard operation
cfarm copied to clipboard

Rework WindowsWorkerSetup.md

Open robertmaynard opened this issue 8 years ago • 1 comments

Once the ability to launch windows executables from Windows Subsystem for Linux has rolled out, we need to rewrite the guide to use that approach.

more info: https://blogs.msdn.microsoft.com/wsl/2016/10/19/windows-and-ubuntu-interoperability/

robertmaynard avatar Oct 20 '16 14:10 robertmaynard

OpenSSH can now be used with windows so that is also an approach:

* Settings -> Apps -> Optional Features -> Add a feature -> OpenSSH Server
* services.msc -> OpenSSH Server -> Properties -> Startup Type -> Automatic (delayed), Start
* sshd_config is found at `C:\ProgramData\ssh\sshd_config`
* Create a `%USERPROFILE%\.ssh\authorized_keys` file with a public key.

robertmaynard avatar Dec 21 '20 22:12 robertmaynard