summaryrefslogtreecommitdiffstats
path: root/python/paramiko/README
diff options
context:
space:
mode:
author Heinz Wiesinger2011-03-30 00:11:16 +0200
committer Robby Workman2011-03-31 05:52:57 +0200
commitf8fceb6eaf3a45e6df24b1dbe6445334042634f1 (patch)
tree7c92cd6c9b24c5927428c0bc0147ac85c0ee639a /python/paramiko/README
parent9fb2b1a1191ae5fc50df9f218cb0c82db4dbe43b (diff)
downloadslackbuilds-f8fceb6eaf3a45e6df24b1dbe6445334042634f1.tar.gz
python/paramiko: Moved from /development + updated download link
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'python/paramiko/README')
-rw-r--r--python/paramiko/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/python/paramiko/README b/python/paramiko/README
new file mode 100644
index 0000000000..eef918b850
--- /dev/null
+++ b/python/paramiko/README
@@ -0,0 +1,8 @@
+"paramiko" is a combination of the esperanto words for "paranoid"
+and "friend". it's a module for python 2.2+ that implements the
+SSH2 protocol for secure (encrypted and authenticated) connections
+to remote machines. Unlike SSL (aka TLS), SSH2 protocol does not
+require heirarchical certificates signed by a powerful central
+authority.
+
+paramiko requires pycrypto, also available from Slackbuilds.org