I have two devices one is Server and another one is Linux NODE. NODE does not have a python interpreter.
Server <------> NODE
I want to execute bash script remotely in the NODE triggered by Python program from the Server. And I should get the output of the bash script back to my Python script.
Pls. let me know how to do this.