diff options
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 |