summaryrefslogtreecommitdiffstats
path: root/python/python3-paramiko/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-paramiko/README')
-rw-r--r--python/python3-paramiko/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python3-paramiko/README b/python/python3-paramiko/README
new file mode 100644
index 0000000000..580e46a714
--- /dev/null
+++ b/python/python3-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.