Execute a command on Remote Machine in Python
11:23 09 Feb 2015

I am writing a program in python on Ubuntu, to execute a command ls -l on RaspberryPi, connect with Network.

Can anybody guide me on how do I do that?

python ubuntu terminal tkinter paramiko