paramiko 2.12.0-2ubuntu3 source package in Ubuntu

Changelog

paramiko (2.12.0-2ubuntu3) noble; urgency=medium

  * debian/patches/remove_six.patch: remove last use of six to fix FTBFS.

 -- Marc Deslauriers <email address hidden>  Fri, 12 Jan 2024 10:11:46 -0500

Upload details

Uploaded by:
Marc Deslauriers
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
paramiko_2.12.0.orig.tar.xz 262.0 KiB 468528d13b4d44cb25566fdf2e98fc476be9231a80327c4c284e90f893bbc5d0
paramiko_2.12.0-2ubuntu3.debian.tar.xz 17.6 KiB d195302b8f287d9152e2b604b234d09d49643e458a2cc9b2ed1368960ee48d36
paramiko_2.12.0-2ubuntu3.dsc 2.4 KiB 87a84eaddb91a7da4ec9bae0d7da74c4405e8bb6e9f0af12cabce2f5ec7298ed

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.