Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #32245

Re: SSH Connection with Python

From Gelonida N <gelonida@gmail.com>
Subject Re: SSH Connection with Python
Date 2012-10-27 01:39 +0200
References <5089119A.2040902@globe.de> <508915BD.9050401@shopzeus.com> <CADg3d1O1N9S4wnLPvmXuLkp8nZNuJWofDV=g0Qy_nyt0X_KNgA@mail.gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.2915.1351294793.27098.python-list@python.org> (permalink)

Show all headers | View raw


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?

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Re: SSH Connection with Python Gelonida N <gelonida@gmail.com> - 2012-10-27 01:39 +0200
  Re: SSH Connection with Python Roy Smith <roy@panix.com> - 2012-10-26 20:21 -0400
    Re: SSH Connection with Python Gelonida N <gelonida@gmail.com> - 2012-10-27 14:18 +0200

csiph-web