OpenSSH for Windows is an OpenSSH installer package for Windows.
Originally written by Michael Johnson, updated and modified by Mark Saeger.
Download latest version from Releases page.
This repository contains sources for the Installer package and Cygwin source files. to get the 32bit/64bit binaries, head to https://www.mls-software.com/opensshd.html or Release page
Download NSIS Script Compiler for compiling NSI scripts
before compiling the setupssh.nsi script, you'll need the following plugins installed:
-
Download Registry Plug-in
-
Download Services Plug-in
-
Download User-Mgr Plug-in
Install (or) copy them to <NSIS Installation Directory>\Plugins
and/or <NSIS Installation Directory>\Include
folder(s).
Use the NSIS Script Compiler to build setup executable by dragging the "setupssh.nsi" file into the Compiler window.
All the resources provided in this repository are forked from mls-software.com/opensshd.html, where they are actively updated and maintained by the original author (I intend to actively update this repository to reflect all changes).
The licensing terms and conditions are inherent from the use of mls-software.com/opensshd.html.