THIS PROJECT IS DISCONTINUED.
An installer for a minimal installation of the Cygwin environment suitable for running an OpenSSH server on the Windows platform.
Follow OpenSSH for Windows
Other Useful Business Software
Turn traffic into pipeline and prospects into customers
Docket is an AI-powered sales enablement platform designed to unify go-to-market (GTM) data through its proprietary Sales Knowledge Lake™ and activate it with intelligent AI agents. The platform helps marketing teams increase pipeline generation by 15% by engaging website visitors in human-like conversations and qualifying leads. For sales teams, Docket improves seller efficiency by 33% by providing instant product knowledge, retrieving collateral, and creating personalized documents. Built for GTM teams, Docket integrates with over 100 tools across the revenue tech stack and offers enterprise-grade security with SOC 2 Type II, GDPR, and ISO 27001 compliance. Customers report improved win rates, shorter sales cycles, and dramatically reduced response times. Docket’s scalable, accurate, and fast AI agents deliver reliable answers with confidence scores, empowering teams to close deals faster.
Rate This Project
Login To Rate This Project
User Reviews
-
This project seems outdated. One may think of using this one instead: @github.com/PowerShell/Win32-OpenSSH/releases/
-
It overwrites PATH!
-
Dangerous piece of junk. If it wiped your path variable the following registry entry has the original one: HKEY_LOCAL_MACHINE\SYSTEM\XXX\Control\Session Manager\Environment\Path where XXX is ControlSet001 or ControlSet002 or Current ControlSet. see superuser.com search for "deleted-path-environment-variable-how-to-restore"
-
It destroys PATH variable.
-
ERMAHGERD! Installing this package overwrites the PATH variable in Windows...! Anyone who knows enough about command line use to install OpenSSH on a Windows machine really SHOULD know enough about the PATH variable to adjust for this problem. I admit that I didn't read the reviews first, and found myself in the same boat. Easy fix, though, as I've had to play with the PATH in Windows in the past, and Google can quickly tell me what it should be if I forget. The simplest solution is to copy the current PATH, install the program, then add the original PATH back in using a simple ; between the two entries. Problem solved. My Windows PATH looks like this, now: C:\Program Files (x86)\OpenSSH\bin;C:\WINDOWS\System32 Now I can continue to use my Windows command line like I did before, but I can also use OpenSSH with equal ease, and I'm very thankful, as I can now access my Linux server(s) from my work computer, which has to be Windows (I would rather have Linux, but...) Need other things added to the PATH variable? Remember to use the ; between entries. If this is too difficult, install WinSCP instead.You'll still have to know how to use the command line, but it doesn't mess with the PATH variable.