paramiko 2.12.0-2ubuntu4.1 source package in Ubuntu
Changelog
paramiko (2.12.0-2ubuntu4.1) noble; urgency=medium * Fix error in FIPS mode with X25519 isSupported check (LP: #2072974) - debian/patch/fips-x25519-fix.patch -- Eric Berry <email address hidden> Tue, 10 Sep 2024 14:10:26 -0700
Upload details
- Uploaded by:
- Eric Berry
- Sponsored by:
- Nick Rosbrook
- Uploaded to:
- Noble
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Noble | updates | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
paramiko_2.12.0.orig.tar.xz | 262.0 KiB | 468528d13b4d44cb25566fdf2e98fc476be9231a80327c4c284e90f893bbc5d0 |
paramiko_2.12.0-2ubuntu4.1.debian.tar.xz | 18.2 KiB | 54b6a89baf587198ba6e12c83c7883f0c57f957267e68b18ed3d780a15935e6d |
paramiko_2.12.0-2ubuntu4.1.dsc | 2.4 KiB | 89dfe1024236d194f861491ebf0d1a9698f8b5dcb526a8b4b1c8d8529b100f60 |
Available diffs
- diff from 2.12.0-2ubuntu4 to 2.12.0-2ubuntu4.1 (944 bytes)
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.