Skip to content

Instantly share code, notes, and snippets.

@porteusconf
Created February 19, 2020 17:04
Show Gist options
  • Save porteusconf/36016ef2dc9694d092b18d7d4d0fb07a to your computer and use it in GitHub Desktop.
Save porteusconf/36016ef2dc9694d092b18d7d4d0fb07a to your computer and use it in GitHub Desktop.
Install ms openssh sshd on win10 LTS without store
# A work in progress, not ready for production (I am horrible at powershell)
# change URL in next line to latest release
wget https://github.com/PowerShell/Win32-OpenSSH/releases/download/v8.1.0.0p1-Beta/OpenSSH-Win64.zip
echo "unzip the file to a folder, then open powershell as admin in that folder
Set-ExecutionPolicy RemoteSigned # https://stackoverflow.com/a/4038991
install-sshd.ps1
@porteusconf
Copy link
Author

Not sure why my Windows 10-64-LTS-1809 always fails to add optional feature "OpenSSH Server" with Error 0x8024500C... something to do with no store app in LTS maybe. Anyways, was able to "side-load" install it from github...
sshd-fail

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment