Tuesday, 6 August 2013

How to run a remote linux script(s) using JSch?

How to run a remote linux script(s) using JSch?

Currently I am able to establish an SSH session using JSch but I am not
able to run a bunch of scripts from the terminal with the freshly
established SSH session.
I am not getting what methods I can use to trigger a START script which
triggers other scripts as required.
Please help me out with a way which I can use to run the remote script
automatically using JSch. I need to run it non interactively so that I can
use it in my automation framework.
Thanks in advance for all the inputs, Narayan

No comments:

Post a Comment