paramiko 2.12.0-2ubuntu4 source package in Ubuntu

Changelog

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

  * debian/patches/fix_test_on_armhf.patch: fix test failing on armhf.
  * debian/patches/disable_flaky_test.patch: disable flaky
    test_sequence_numbers_reset_on_newkeys_when_strict test.

 -- Marc Deslauriers <email address hidden>  Wed, 24 Jan 2024 09:18:51 -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
Oracular release main python
Noble release main python

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-2ubuntu4.debian.tar.xz 17.9 KiB b5b0eb61083be33005964aa7f5de5894298b48afb933618149a7ffdaf9c14175
paramiko_2.12.0-2ubuntu4.dsc 2.4 KiB e562790931c0fa524ba36f9295fec703bb0f2d1b288d47e617ddf94bc6bad725

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.