[ 源代码: python-asyncssh ]
软件包:python3-asyncssh(2.18.0-1)
python3-asyncssh 的相关链接
Debian 的资源:
下载源码包 python-asyncssh:
- [python-asyncssh_2.18.0-1.dsc]
- [python-asyncssh_2.18.0.orig.tar.gz]
- [python-asyncssh_2.18.0-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
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
其他与 python3-asyncssh 有关的软件包
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-cryptography (>= 39.0)
- Python library exposing cryptographic recipes and primitives (Python 3)
-
- dep: python3-typing-extensions
- Backported and Experimental Type Hints for Python
-
- rec: python-asyncssh-doc
- asyncio-based client and server implementation of SSHv2 protocol (doc)
-
- rec: python3-bcrypt (>= 3)
- password hashing library for Python 3