Is there easy way to install SSH in xampp for windows?
Is there easy way to开发者_JAVA技巧 install SSH in xampp for windows ?
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.
You may install OpenSSH for Windows or OpenSSH via Cygwin. Your choice.
精彩评论