diff options
| author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2022-01-23 11:06:46 +0100 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-25 14:44:38 +0700 |
| commit | a706820fa0860bb7e46f2dc1f33d666f214d8d39 (patch) | |
| tree | 2b353af35b3155853d41fc9308c96d67e8a03dc5 /python/python3-paramiko/README | |
| parent | 442c1c3a9dec40d955525be2ff8e1535598e6e1b (diff) | |
python/python3-paramiko: Added (Python3 SSH module)
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-paramiko/README')
| -rw-r--r-- | python/python3-paramiko/README | 6 |
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. |
