有没有简单的方法可以在 xampp for windows 中安装 SSH?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/3485925/
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-15 15:02:38  来源:igfitidea点击:

Is there easy way to install SSH in xampp for windows?

windowssshxampp

提问by justjoe

Is there easy way to install SSH in xampp for windows ?

有没有简单的方法可以在 xampp for windows 中安装 SSH?

采纳答案by anq

I don't believe so. Even if you could, you wouldn't have seamless access to apache and mysql as you'd expect on a *nix box.

我不相信。即使可以,您也无法像在 *nix 机器上期望的那样无缝访问 apache 和 mysql。

If you are dead-set, the best bet will be to just install openssh server (http://sshwindows.sourceforge.net/) and make sure the tools you want to use are in the path. I've always found ssh on a windows machine more trouble than it's worth, though.

如果您没有把握,最好的办法是安装 openssh 服务器(http://sshwindows.sourceforge.net/)并确保您要使用的工具在路径中。不过,我总是发现在 Windows 机器上使用 ssh 比它的价值更麻烦。

回答by Borealid

You may install OpenSSH for Windows or OpenSSH via Cygwin. Your choice.

您可以通过 Cygwin 安装 OpenSSH for Windows 或 OpenSSH。你的选择。