From a706820fa0860bb7e46f2dc1f33d666f214d8d39 Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Sun, 23 Jan 2022 11:06:46 +0100 Subject: python/python3-paramiko: Added (Python3 SSH module) Signed-off-by: Heinz Wiesinger Signed-off-by: Willy Sudiarto Raharjo --- python/python3-paramiko/README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 python/python3-paramiko/README (limited to 'python/python3-paramiko/README') 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. -- cgit v1.2.3