jclouds currently implements access to the nodes using SSH. We support the
sshj and jsch libraries, and right now this is the only protocol supported
to access the nodes.

This means that to run scripts on a Windows host there should be an SSH
server running there and listening on port 22. Also, jclouds will upload
the script to the node before running it, so the configuration in the node
should allow that upload. Once that is done, jclouds will run the script
locally.

Unfortunately I don't have an example  to share, but this should give you
an idea of what the requirements are and set an starting point.

I.
El 28/07/2014 21:28, "Vineet Saini" <[email protected]> escribió:

> Is it possible to use runScript method to run command/command on windows
> node?
>
> Any example or link would be great help.
>
>

Reply via email to