Any plan to support WinRM to do same for Windows in addition to ssh? May be use https://github.com/xebialabs/overthere or similar approach. Can request this as enhancement to support WinRM to run command on windows?
On Tue, Jul 29, 2014 at 12:34 PM, Ignasi Barrera <[email protected]> wrote: > 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. >> >>
