diff options
Diffstat (limited to 'python/python2-paramiko/README')
-rw-r--r-- | python/python2-paramiko/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python2-paramiko/README b/python/python2-paramiko/README new file mode 100644 index 0000000000000..580e46a714ccf --- /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. |