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
Can somone at least look at this? It's very important for the devel/bazaar-ng port. -- Mvh Ulf Lilleengen
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.
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}
Responsible Changed From-To: freebsd-ports-bugs->johans I'll take it.
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.
State Changed From-To: open->closed Committed, thanks!