What are some good SSH Servers for windows?

108,798

Solution 1

I've been using Bitvise SSH Server and it's really great. From install to administration it does it all through a GUI so you won't be putting together a sshd_config file. Plus if you use their client, Tunnelier, you get some bonus features (like mapping shares, port forwarding setup up server side, etc.) If you don't use their client it will still work with the Open Source SSH clients.

It's not Open Source and it costs $39.95, but I think it's worth it.

UPDATE 2009-05-21 11:10: The pricing has changed. The current price is $99.95 per install for commercial, but now free for non-commercial/personal use. Here is the current pricing.

Solution 2

I agree that cygwin/OpenSSH is the best choice, but its setup can be involved to say the least. Here is a document to get you started though: Installing OpenSSH

Solution 3

I've been using Bitvise SSH Server for a number of years. It is a wonderful product and it is easy to setup and maintain. It gives you great control over how users connect to the server with support for security groups.

Solution 4

copssh - OpenSSH for Windows

http://www.itefix.no/i2/copssh

Packages essential Cygwin binaries.

Solution 5

OpenSSH is a contender. Looks like it hasn't been updated in a while though.

It's the de facto choice in my opinion. And yes, running under Cygwin is really the nicest method.

Share:
108,798

Related videos on Youtube

Dane O'Connor
Author by

Dane O'Connor

I'm a high energy programmer, problem solver, and entrepreneur. I love what I do. I think we should talk. gtalk: Dane.OConnor twitter: thedeeno skype: thedeeno

Updated on July 05, 2022

Comments

  • Dane O'Connor
    Dane O'Connor almost 2 years

    Trying to setup an SSH server on Windows Server 2003. What are some good ones? Preferably open source. I plan on using WinSCP as a client so a server which supports the advanced features implemented by that client would be great.

  • Ryan Bolger
    Ryan Bolger about 15 years
    I think your pricing information is a bit out of date. For Non-Commercial, Personal use it's actually free now. A standard single server license costs $100.
  • Jesse Dearing
    Jesse Dearing about 15 years
    Yep. They sure did. Updated answer to reflect that.
  • Lance Fisher
    Lance Fisher about 13 years
    Thanks! This worked great. Also, I used their "Tunnelier" client to make a client to server SSH tunnel, and it worked on the first try!
  • ScrollerBlaster
    ScrollerBlaster over 12 years
    Just started using this from Linux for cross platform builds. Great.
  • Gyuri
    Gyuri almost 12 years
    <Quote>Copssh is an OpenSSH server and client implementation for Windows systems with an administration GUI. It is a yet another packaging of portable OpenSSH, Cygwin, some popular utilites, plus implementation of some best practices regarding security. You can use Copssh for remote administration of your systems or gathering remote information in a secure way.</Quote> In other words, OpenSSH + GUI [Seems like this saves time on running cygwin setup.exe + configuring OpenSSH server]
  • Randy Orrison
    Randy Orrison almost 12 years
    As of 13 Sep 2012, the maintainer of that page has taken it down.
  • Jonesome Reinstate Monica
    Jonesome Reinstate Monica over 10 years
    I love the commercial ssh servers, but windows REALLY needs a native, free SSH server. The cygwin based solves can be a problem on production servers.
  • Brian Lyttle
    Brian Lyttle over 8 years
    It's 2015 and I still use WinSSHd.
  • alpha_989
    alpha_989 over 6 years
    @Jonesome, you can try github.com/PowerShell/Win32-OpenSSH. But its very buggy. I spent a lot of time trying to figure out why its not working, while bitvise ssh worked out of the box. You can check the github repo issues for all the problems with openssh on windows.
  • alpha_989
    alpha_989 over 6 years
    @Jason-Baker, why do you think cygwin is best? I tried mobassh which is based on cygwin. It had a lot of issues with incorrect encoding.. serverfault.com/questions/901041/…. It also didnt recognize path variables.. didnt have autocompletion etc etc..
  • alpha_989
    alpha_989 over 6 years
    bitvise SSH provide almost close to native cmd or powershell promt out of the box..
  • Jonesome Reinstate Monica
    Jonesome Reinstate Monica over 6 years
    @alpha_989 that github thing is the official microsoft ssh server for win server?
  • alpha_989
    alpha_989 over 6 years
    Yes. that is correct. You can also check it by looking at the profiles of the people who are pushing code to the repo.. they are all MS employees..