So, you say you need to write a program which needs to run another program on a remote machine?
If you’re fluent in Python, you might want to check out Paramiko. Paramiko has this to say for itself:
paramiko is a module for python 2.2 (or higher) that implements the SSH2 protocol for secure (encrypted and authenticated) connections to remote machines.
It requires pycrypto, as well.
Add New Comment
Thanks. Your comment is awaiting approval by a moderator.
Do you already have an account? Log in and claim this comment.
Add New Comment