有哪些适用于 Windows 的优秀 SSH 服务器?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/18292/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-09 05:10:58  来源:igfitidea点击:

What are some good SSH Servers for windows?

windowsdeploymentsshwinscp

提问by Dane O'Connor

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.

尝试在 Windows Server 2003 上设置 SSH 服务器。有哪些好的?最好是开源的。我计划使用 WinSCP 作为客户端,因此支持该客户端实现的高级功能的服务器会很棒。

采纳答案by Jesse Dearing

I've been using Bitvise SSH Serverand 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.

我一直在使用Bitvise SSH 服务器,它真的很棒。从安装到管理,它都是通过 GUI 完成的,因此您无需将 sshd_config 文件放在一起。另外,如果您使用他们的客户端Tunnelier,您将获得一些额外的功能(例如映射共享、服务器端的端口转发设置等)。如果您不使用他们的客户端,它仍然可以与开源 SSH 客户端一起使用。

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

它不是开源的,售价 39.95 美元,但我认为值得。

UPDATE2009-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.

更新2009-05-21 11:10:定价已更改。当前的商业价格为每次安装 99.95 美元,但现在非商业/个人使用免费。这是当前的定价

回答by Jason Baker

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

我同意 cygwin/OpenSSH 是最好的选择,但至少可以说涉及到它的设置。不过,这里有一份帮助您入门的文档: 安装 OpenSSH

回答by Brian Lyttle

I've been using Bitvise SSH Serverfor 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.

我多年来一直在使用Bitvise SSH 服务器。这是一款出色的产品,易于设置和维护。通过支持安全组,您可以很好地控制用户如何连接到服务器。

回答by Brian Lyttle

copssh - OpenSSH for Windows

copssh - 适用于 Windows 的 OpenSSH

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

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

Packages essential Cygwin binaries.

包必要的 Cygwin 二进制文件。

回答by mercutio

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

OpenSSH 是一个竞争者。不过好像好久没更新了。

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

在我看来,这是事实上的选择。是的,在 Cygwin 下运行确实是最好的方法。

回答by Joseph Sturtevant

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

VanDyke VShell是我使用过的最好的Windows SSH 服务器。不过有点贵(250美元)。如果你想要一个免费的解决方案,freeSSHd可以正常工作。CYGWIN 解决方案始终是一种选择,但我发现,仅获得 SSH 就需要大量的工作和开销。

回答by Ted Percival

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

您可以在 Cygwin 上运行 OpenSSH,甚至可以将其安装为 Windows 服务。

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.

我曾经用这种方式轻松添加 Unix 系统的备份 - 它会将一堆文件 rsync 同步到 Windows 服务器上,并且 Windows 服务器有完整的磁带备份。