Using OpenSSH on Windows for enterprise use

1

0

Is OpenSSH for Windows (using Cygwin) is considered to be robust & stable for enterprise use?

liorix

Posted 2012-01-25T15:58:47.567

Reputation: 111

Why not use a Windows-native version (like Putty)? Cygwin won't give you any extra security if that's what you're thinking. – m0skit0 – 2012-01-25T16:40:48.153

1I think that liorix wants to use OpenSSH as a server, not a client, m0skit0. – Jim G. – 2012-01-25T17:59:29.507

That's correct, I want to use OpenSSH as server. Thanks – liorix – 2012-01-26T09:16:09.473

Answers

2

You can use freeSSHd. It works fine. No Cygwin required.

freeSSHd, like it's name says, is a free implementation of an SSH server. It provides strong encryption and authentication over insecure networks like Internet. Users can open remote console or even access their remote files thanks to buit-in SFTP server.

Angel

Posted 2012-01-25T15:58:47.567

Reputation: 100

0

I don't see why any other free ssh server solution will outperform a cygwin openssh server on Windows regarding stability. (The installation process may be a little tricky but this doesn't affect stability.)

The cygwin openssh is a direct port of the most used and probably most stable ssh server currently available. I for myself didn't experience any problems yet with all of my cygwin openssh installations on private as well as server machines.

So if you are looking for a free ssh server, why don't give openssh a try?

As for commercial solutions I can't give any recommendation.

speakr

Posted 2012-01-25T15:58:47.567

Reputation: 3 379

0

OpenSSH seems to be robust and stable because it's standard for every Linux-Machine. The big Problem under Windows is Windows itselve, not the used SSH-Server. freeSSHD is stopped to be developed, OpenSSH is gnu.

EliElfer

Posted 2012-01-25T15:58:47.567

Reputation: 21