[Tutor] openssl 0.9.7l for i686,python:need help
Christopher Arndt
chris.arndt at web.de
Fri Jan 12 13:47:40 CET 2007
sonia agarwal schrieb:
> I am trying to download files from a network element whose IP
> address,username and password is the only thing i know to establish an
> SFTP connection using python script.I have found that I need to use
> M2Crypto package which in turn requires openssl 0.9.7l or newer.
> I am unable to download openssl 0.9.7l for my machine architecture i.e.
> i686,CentOS 4.4.
CentOS 4 is based on Red Hat Enterprise Linux 4, which is in turn based
on Fedora Core 3 (says the wikipedia), and is supposed to be binary
compatible with the former. So, in theory, you should be able to install
openssl from a RH or Fedora RPM package.
You could also have a look at paramiko (http://www.lag.net/paramiko/),
which is a pure Python implementation of SSH2 but dependent on pycrypto
(http://www.amk.ca/python/code/crypto.html).
HTH, Chris
More information about the Tutor
mailing list