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
$300 Free Credits for Your Google Cloud Projects
Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
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.