diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2011-03-30 00:11:16 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-03-30 22:52:57 -0500 |
commit | f8fceb6eaf3a45e6df24b1dbe6445334042634f1 (patch) | |
tree | 7c92cd6c9b24c5927428c0bc0147ac85c0ee639a /python/paramiko/README | |
parent | 9fb2b1a1191ae5fc50df9f218cb0c82db4dbe43b (diff) | |
download | slackbuilds-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/README | 8 |
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 |