paramiko 4.0.0-ok1 source package in openKylin

Changelog

paramiko (4.0.0-ok1) huanghe; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Tue, 02 Jun 2026 20:37:36 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Huanghe V3.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main python

Downloads

File Size SHA-256 Checksum
paramiko_4.0.0.orig.tar.gz 420.0 KiB 022f62620263ee8b726faa8d81f0d7cb1d9579278715c8146ebbe41cd2142139
paramiko_4.0.0-ok1.debian.tar.xz 5.7 KiB da95d535cff3879c4c4ffc409776760bf203aa25cd87fa45d688ee56c8201e5a
paramiko_4.0.0-ok1.dsc 2.3 KiB a8b5581330118fdda767d3cb83352640066f7e7b5703f4bd4717150f253dfea3

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 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 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.