up vote 18 down vote favorite
7
share [g+] share [fb]

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

link|improve this question

feedback

closed as off topic by Tim Post Aug 17 '11 at 3:10

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

7 Answers

up vote 14 down vote accepted

I've been using WinSSHd 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.

link|improve this answer
I love this product. Thanks again. – thedeeno Sep 28 '08 at 6:47
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. – Ryan May 20 '09 at 19:52
Yep. They sure did. Updated answer to reflect that. – Jesse Dearing May 21 '09 at 16:14
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! – Lance Fisher Jun 21 '11 at 0:44
feedback

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

link|improve this answer
feedback

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.

link|improve this answer
feedback

VanDyke VShell is the best Windows SSH Server I've ever worked with. It is kind of expensive though ($250). If you want a free solution, freeSSHd works okay. The CYGWIN solution is always an option, I've found, however, that it is a lot of work & overhead just to get SSH.

link|improve this answer
feedback

You can run OpenSSH on Cygwin, and even install it as a Windows service.

I once used it this way to easily add backups of a Unix system - it would rsync a bunch of files onto the Windows server, and the Windows server had full tape backups.

link|improve this answer
feedback

I've been using WinSSHd 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.

link|improve this answer
feedback

copssh - OpenSSH for Windows

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

Packages essential Cygwin binaries.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.