SSH Connection with Python

Gelonida N gelonida at gmail.com
Fri Oct 26 19:39:36 EDT 2012


On 10/25/2012 12:47 PM, Kamlesh Mutha wrote:
> You can use paramiko module. Very easy to use.
>
>
>
I also use paramiko for a small script.

However I'm a little hesitant to use paramik for new code.

The web page says: "last updated 21-May-2011"

and the github url  http://github.com/robey/paramiko/
yields me a 404

However I didn't really find any alternative.
For cross platform scripts  (Linux / windows)
subprocess is not such a good alternative.


Another problem is, that paramiko depends on pycrypto 2.1+
which doesn't exist as binary release for python 2.7


Is fabric capable of performing scp / sftp

Is there any other library as alternative?




More information about the Python-list mailing list