Local server is A and Remote Server is B
Shell Script is housed on the local server A.
for example we have a script called test.sh in local server A
It is possible to pass this test.sh script to
ssh->cmd option
ssh->cmd(test.sh)
whether ssh->cmd option will accept shell script as argument
syntax -> ssh RemoteServer LocalScript
example -> ssh RemoteB test.sh
I want to run above sequence using Net::SSH and ssh->cmd
option