Communicating over ssh in Python
I am working on a project in Python and I want to be able to save files to other servers across a network. I did a little research and it seems like paramiko is the way to go.
This link has a good code sample of paramiko in action.

