summaryrefslogtreecommitdiff
path: root/security/py-ssh/DESCR
diff options
context:
space:
mode:
authorgls <gls@pkgsrc.org>2012-02-12 15:05:04 +0000
committergls <gls@pkgsrc.org>2012-02-12 15:05:04 +0000
commit5668312d2f73b1cfb6cb7b170d309a9b99b0de46 (patch)
tree5c814d83e0fe2c76367b8450f83ed5a225caf327 /security/py-ssh/DESCR
parent9600f6d104982f89ef6043ef29ee92e3f1f4a35b (diff)
downloadpkgsrc-5668312d2f73b1cfb6cb7b170d309a9b99b0de46.tar.gz
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.
Diffstat (limited to 'security/py-ssh/DESCR')
-rw-r--r--security/py-ssh/DESCR4
1 files changed, 4 insertions, 0 deletions
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.