python-asyncssh 2.10.1-2ubuntu0.1 source package in Ubuntu
Changelog
python-asyncssh (2.10.1-2ubuntu0.1) noble-security; urgency=medium [Nishit Majithia] * Fix FTBFS due to unit test cases failures - d/p/fix-test_home_percent_expansion_unavailable.patch: Avoid using internal members of Path - d/p/fix-sha1-tests.patch: Handle elimination of SHA-1 for digital signatures in cryptograhy 39.0.0 - d/p/fix-fido2_related_tests.patch: Increase minimum required fido2 version to 0.9.2 - d/p/fix-test_stdout_stream.patch: Read from stdout instead of communicate [Shishir Subedi] * SECURITY UPDATE: Prefix truncation attack on BPP - debian/patches/CVE-2023-48795.patch: implement "strict key exchange" in connection.py - CVE-2023-48795 -- Shishir Subedi <email address hidden> Thu, 26 Sep 2024 12:30:05 +0545
Upload details
- Uploaded by:
- Shishir Subedi
- 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 | universe | misc | |
Noble | security | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-asyncssh_2.10.1.orig.tar.gz | 468.5 KiB | 6c58c999806b17d7cf654d995cebb7f2b918d17335ebc11226f5a0c1ea29d12f |
python-asyncssh_2.10.1-2ubuntu0.1.debian.tar.xz | 14.2 KiB | 6fd5915bc135cf10aec4a94fa2369dfb6c6b7acd6c69b74ea03360652e93e54f |
python-asyncssh_2.10.1-2ubuntu0.1.dsc | 1.9 KiB | 9e665dc428297749a33080e6225610c9d39e855407da2d62ac27afb7eb8a911e |
Available diffs
Binary packages built by this source
- python-asyncssh-doc: asyncio-based client and server implementation of SSHv2 protocol (doc)
AsyncSSH is a Python package which provides an asynchronous client
and server implementation of the SSHv2 protocol on top of the Python
3.4+ asyncio framework.
.
It comes with a full support of SSHv2 and SFTP client and server
functions, including shell, command and subsystem channels, direct
and forwarded TCP channels, local and remote TCP port forwarding.
.
This package contains the HTML docs and examples.
- python3-asyncssh: asyncio-based client and server implementation of SSHv2 protocol
AsyncSSH is a Python package which provides an asynchronous client
and server implementation of the SSHv2 protocol on top of the Python
3.4+ asyncio framework.
.
It comes with a full support of SSHv2 and SFTP client and server
functions, including shell, command and subsystem channels, direct
and forwarded TCP channels, local and remote TCP port forwarding.
.
Other features include:
+ Multiple simultaneous sessions on a single SSH connection
+ Multiple SSH connections in a single event loop
+ Byte and string based I/O with settable encoding
+ A variety of key exchange, encryption, and MAC algorithms
+ Support for gzip compression
+ Password, public key, and keyboard-interactive user authentication methods
+ Many types and formats of public keys and certificates
+ OpenSSH-style known_hosts file support
+ OpenSSH-style authorized_keys file support