NOTICE: This package has been removed from pkgsrc

./security/py-ssh, This is a library for making SSH2 connections (client or server)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.7.14, Package name: py27-ssh-1.7.14, Maintainer: gls

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.


Required to run:
[devel/py-setuptools] [security/py-crypto] [lang/python27]

Master sites:

SHA1: 18262ce679b22d9eaf7981f73856aa8b321a1261
RMD160: 03e2da2d9b5fae803cc416b44f1903cae81186b1
Filesize: 775.884 KB

Version history: (Expand)


CVS history: (Expand)


   2013-03-14 22:45:44 by Guillaume Lasmayous | Files touched by this commit (4) | Package removed
Log message:
security/py-ssh is dead upstream.
As mentionned on the upstream page (https://github.com/bitprophet/ssh):

"This library started life as a fork of Paramiko but has now been
fully been merged back upstream.
As such, 'ssh' is defunct and will receive no future releases or
attention: please change your dependencies back to Paramiko,
and file any feature requests or bugfixes over on Paramiko's tracker."
   2012-10-23 20:17:02 by Aleksej Saushev | Files touched by this commit (368)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2012-07-01 21:24:34 by Guillaume Lasmayous | Files touched by this commit (2)
Log message:
Update security/py-ssh to 1.7.14

Upstream changes:
-----------------

## ssh 1.7.14 (2012-05-07)

* #15: Implemented parameter substitution in SSHConfig, matching the
  implementation of `ssh_config(5)`. Thanks to Olle Lundberg for the patch.
* #24: Switch some internal type checking to use `isinstance` to help prevent
  problems with client libraries using subclasses of builtin types. Thanks to
  Alex Morega for the patch.
* [Fabric #562](https://github.com/fabric/fabric/issues/562): Agent forwarding
  would error out (with `Authentication response too long`) or freeze, when more
  than one remote connection to the local agent was active at the same time.
  This has been fixed. Thanks to Steven McDonald for assisting in
  troubleshooting/patching, and to GitHub user `@lynxis` for providing the
  final version of the patch.
   2012-04-13 23:35:18 by Guillaume Lasmayous | Files touched by this commit (2)
Log message:
Update security/py-ssh to 1.7.13.

Upstream changes:

## ssh 1.7.13 (2012-02-13)

* #5: Moved a `fcntl` import closer to where it's used to help avoid
  `ImportError` problems on Windows platforms. Thanks to Jason Coombs for the
  catch + suggested fix.
* #4: Updated implementation of WinPageant integration to work on 64-bit
  Windows. Thanks again to Jason Coombs for the patch.
   2012-02-12 16:05:04 by Guillaume Lasmayous | Files touched by this commit (4) | Imported package
Log message:
Initial import of py-ssh, version 1.7.12, into the NetBSD packages
collection.

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.