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

Jari Aalto (Cygwin-bug#20070930T1600) jari.aalto@cante.net
Sun Sep 30 16:03:00 GMT 2007


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



More information about the Cygwin-apps mailing list