Bug 92807 - New port: security/paramiko A python library for making SSH2 connections
Summary: New port: security/paramiko A python library for making SSH2 connections
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Johan van Selst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-04 15:30 UTC by Ulf Lilleengen
Modified: 2006-05-26 15:24 UTC (History)
0 users

See Also:


Attachments
submit_paramiko (5.61 KB, text/plain)
2006-02-04 15:30 UTC, Ulf Lilleengen
no flags Details
paramiko.patch (1.71 KB, patch)
2006-05-09 09:46 UTC, fullermd
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ulf Lilleengen 2006-02-04 15:30:03 UTC
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.

The bazaar-ng port now supports ssh push using this library, and I intend to
update the bazaar-ng port to make use of this port if it get's comitted.

The port is tested on 7.0-Current, and 6.0-RC1
Comment 1 Ulf Lilleengen 2006-02-16 17:27:36 UTC
Can somone at least look at this? It's very important for the devel/bazaar-ng
port.

-- 
Mvh Ulf Lilleengen
Comment 2 fullermd 2006-02-17 04:15:57 UTC
I've tested this port here, and it appears to work right.  This _is_ a
somewhat necessary thing for the devel/bazaar-ng port as well.  Can
some bored committer take a gander at this?


-- 
Matthew Fuller     (MF4839)   |  fullermd@over-yonder.net
Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/
           On the Internet, nobody can hear you scream.
Comment 3 Alec Berryman 2006-02-19 20:56:40 UTC
I've successfully used the port attached to #92807 (as part of
bazaar-ng) - works great.  I would very much like to see this in ports
because it adds a very useful functionality to bazaar-ng (sftp
transport).

Ulf: suggestion: call it py-paramiko, in line with the rest of the
Python ports, and change the Makefile to indicate the appropriate Python
version by adding the following line:

PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
Comment 4 Johan van Selst freebsd_committer freebsd_triage 2006-04-13 21:22:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->johans

I'll take it.
Comment 5 fullermd 2006-05-09 09:46:15 UTC
Here's a patch to upgrade the embryonic port to since-released
versions.


-- 
Matthew Fuller     (MF4839)   |  fullermd@over-yonder.net
Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/
           On the Internet, nobody can hear you scream.
Comment 6 Johan van Selst freebsd_committer freebsd_triage 2006-05-26 15:22:51 UTC
State Changed
From-To: open->closed

Committed, thanks!