[ Bron: python-asyncssh ]
Pakket: python3-asyncssh (1.12.2-1+deb10u1) [security]
Verwijzigingen voor python3-asyncssh
Debian bronnen:
Het bronpakket python-asyncssh downloaden:
- [python-asyncssh_1.12.2-1+deb10u1.dsc]
- [python-asyncssh_1.12.2.orig.tar.gz]
- [python-asyncssh_1.12.2-1+deb10u1.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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
Andere aan python3-asyncssh gerelateerde pakketten
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-cryptography (>= 1.5)
- Python library exposing cryptographic recipes and primitives (Python 3)
-
- rec: python-asyncssh-doc
- asyncio-based client and server implementation of SSHv2 protocol (doc)
-
- rec: python3-bcrypt (>= 3)
- password hashing library for Python 3