paramiko 2.10.4-ok1 source package in openKylin

Changelog

paramiko (2.10.4-ok1) yangtze; urgency=medium

  * Build for openKylin.

 -- zhouganqing <email address hidden>  Fri, 25 Nov 2022 17:06:10 +0800

Upload details

Uploaded by:
周淦清
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Yangtze V1.0 release main python
Yangtze V1.0 proposed main python

Downloads

File Size SHA-256 Checksum
paramiko_2.10.4.orig.tar.gz 340.5 KiB 2ec32cf34deb2ae825e70f92f9a45ad3cc5490c83db8963173d97935842c620c
paramiko_2.10.4-ok1.debian.tar.xz 5.2 KiB 55ecad45cb3135cf415bf7739a828475a0e67aa7fa999d602a56436233f17e82
paramiko_2.10.4-ok1.dsc 2.0 KiB 23368f37fdc49962e5c53a732e71382bdcf3aae0ff3297f8793ec80259388900

Available diffs

View changes file

Binary packages built by this source

paramiko-doc: Make ssh v2 connections with Python (Documentation)

 "Paramiko" is a combination of the Esperanto words for "paranoid" and "friend".
 It's a module for Python 2.7/3.4+ that implements the SSH2 protocol for secure
 (encrypted and authenticated) connections to remote machines. Unlike SSL (aka
 TLS), SSH2 protocol does not require hierarchical certificates signed by a
 powerful central authority. You may know SSH2 as the protocol that replaced
 Telnet and rsh for secure access to remote shells, but the protocol also
 includes the ability to open arbitrary channels to remote services across the
 encrypted tunnel (this is how SFTP works, for example).
 .
 This is the documentation for the package.

python3-paramiko: Make ssh v2 connections (Python 3)

 "Paramiko" is a combination of the Esperanto words for "paranoid" and "friend".
 It's a module for Python 2.7/3.4+ that implements the SSH2 protocol for secure
 (encrypted and authenticated) connections to remote machines. Unlike SSL (aka
 TLS), SSH2 protocol does not require hierarchical certificates signed by a
 powerful central authority. You may know SSH2 as the protocol that replaced
 Telnet and rsh for secure access to remote shells, but the protocol also
 includes the ability to open arbitrary channels to remote services across the
 encrypted tunnel (this is how SFTP works, for example).
 .
 This is the Python 3 version of the package.