I have a python script on a remote machine which I want to execute from my local machine. It takes in a few arguments and this is how I would run it if I were to run it on t
Have you considered using Fabric? It's really easy to use.