From 5668312d2f73b1cfb6cb7b170d309a9b99b0de46 Mon Sep 17 00:00:00 2001 From: gls Date: Sun, 12 Feb 2012 15:05:04 +0000 Subject: 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. --- security/py-ssh/DESCR | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 security/py-ssh/DESCR (limited to 'security/py-ssh/DESCR') diff --git a/security/py-ssh/DESCR b/security/py-ssh/DESCR new file mode 100644 index 00000000000..c8017099657 --- /dev/null +++ b/security/py-ssh/DESCR @@ -0,0 +1,4 @@ +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. -- cgit v1.2.3