summaryrefslogtreecommitdiffstats
path: root/python/python2-paramiko/README
diff options
context:
space:
mode:
author Heinz Wiesinger2022-01-23 10:50:51 +0100
committer Willy Sudiarto Raharjo2022-01-25 08:44:38 +0100
commit442c1c3a9dec40d955525be2ff8e1535598e6e1b (patch)
tree34f1f824ad63c57646325391d5242962deaf5a11 /python/python2-paramiko/README
parent1ba98bfcacf3bff46c85201d3916dd3ab7ba9a3c (diff)
downloadslackbuilds-442c1c3a9dec40d955525be2ff8e1535598e6e1b.tar.gz
python2-paramiko: Renamed from paramiko and updated to 2.9.2
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python2-paramiko/README')
-rw-r--r--python/python2-paramiko/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python2-paramiko/README b/python/python2-paramiko/README
new file mode 100644
index 0000000000..580e46a714
--- /dev/null
+++ b/python/python2-paramiko/README
@@ -0,0 +1,6 @@
+"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.