C S Shyam Sundar's Weblog

Posts Tagged ‘SSH

executing remote commands over SSH using Python

Posted by: Shyam Sundar on: May 1, 2008

Nowadays, I’m using python as my primary dev. language.
Python is really cool and has many many features which makes me wish, I knew it earlier.
Now, this code snippet shows you to execute remote commands over SSH using Python. It uses the Paramiko SSH library for python.
Python Rocks !!!