Created
February 19, 2020 17:04
-
-
Save porteusconf/36016ef2dc9694d092b18d7d4d0fb07a to your computer and use it in GitHub Desktop.
Install ms openssh sshd on win10 LTS without store
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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...
