[ 原始碼: python-asyncssh ]
套件:python3-asyncssh(2.5.0-0.1+deb11u1) [security]
python3-asyncssh 的相關連結
Debian 的資源:
下載原始碼套件 python-asyncssh:
- [python-asyncssh_2.5.0-0.1+deb11u1.dsc]
- [python-asyncssh_2.5.0.orig.tar.gz]
- [python-asyncssh_2.5.0-0.1+deb11u1.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 (>= 2.8)
- 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