How can I set up a script or shortcut to run commands from a Windows XP machine on my CentOS machine over SSH?
I am running a virtual CentOS (VirtualBox) machine containing my LAMP stack. I also have other tools like subversion, git, etc. on there that I wish to use. On my windows machine, I want to set up quick scripts like 'commit' and send my path with args. I also want to use it for running command line PHP scripts on the remote server.
Git and PHP have windows executables, so you don't need to SSH to do that. Anyhow, best bet from the windows side is probably using powershell as it is far more advanced than what one could do in DOS.
Bookmarks