mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-07-26 07:25:25 +02:00
Updated Building OpenSSH for Windows (using LibreSSL crypto) (markdown)
parent
418ee5e7b7
commit
85ffb6c7c4
@ -6,12 +6,10 @@
|
|||||||
In Powershell:
|
In Powershell:
|
||||||
- cd repository-root
|
- cd repository-root
|
||||||
- ipmo .\contrib\win32\openssh\OpenSSHBuildHelper.psm1 -Force
|
- ipmo .\contrib\win32\openssh\OpenSSHBuildHelper.psm1 -Force
|
||||||
- Build-OpenSSH -Configuration <Release|Debug> -NativeHostArch <x64|x86>
|
- Start-OpenSSHBuild -Configuration <Release|Debug> -NativeHostArch <x64|x86>
|
||||||
|
|
||||||
#### Deploying OpenSSH for Windows
|
#### Deploying OpenSSH for Windows
|
||||||
- Copy libreSSL crypto dll to a known PATH
|
- Start-OpenSSHPackage -Configuration <Release|Debug> -NativeHostArch <x64|x86>
|
||||||
- copy .\contrib\win32\openssh\LibreSSLSDK\x64\libcrypto-41.dll (Join-Path $env:windir system32)
|
|
||||||
- Package-OpenSSH -Configuration <Release|Debug> -NativeHostArch <x64|x86>
|
|
||||||
- Above generates Zipped binary and symbols payload. Follow further installation instructions [here].
|
- Above generates Zipped binary and symbols payload. Follow further installation instructions [here].
|
||||||
|
|
||||||
#### Building using Visual Studio 2015
|
#### Building using Visual Studio 2015
|
||||||
|
Loading…
x
Reference in New Issue
Block a user