This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ITP] python-paramiko 1.5.2 -- SSH2 connection library for Python


Included in Debian stable

  http://packages.debian.org/python-paramiko

Jari

sdesc: "SSH2 connection library for Python"
ldesc: "This is a library for making SSH2 connections (client or server).
Emphasis is on using SSH2 as an alternative to SSL for making secure
connections between python scripts. All major ciphers and hash methods
are supported. SFTP client and server mode are both supported too."
category: Libs
requires: cygwin python

a) manual

  wget        \
    http://cygwin.cante.net/python-paramiko/python-paramiko-1.5.2-1-src.tar.bz2 \
    http://cygwin.cante.net/python-paramiko/python-paramiko-1.5.2-1.tar.bz2 \
    http://cygwin.cante.net/python-paramiko/setup.hint

b) automated

  gpg --keyserver wwwkeys.pgp.net --recv-keys 955A92D8

  mkdir python-paramiko ; cd python-paramiko
  rm -f get.sh get.sh.sig
  wget    http://cygwin.cante.net/python-paramiko/get.sh \
          http://cygwin.cante.net/python-paramiko/get.sh.sig &&
  gpg --verify get.sh.sig get.sh &&
  sh get.sh

-- 
Welcome to FOSS revolution: we fix and modify until it shines


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]