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

后端 未结 2 566
孤独总比滥情好
孤独总比滥情好 2021-01-22 17:09

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

相关标签:
2条回答
  • 2021-01-22 17:26

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

    0 讨论(0)
  • 2021-01-22 17:39

    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.

    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.

    0 讨论(0)
提交回复
热议问题