软件包:python3-paramiko(2.7.2-1)
python3-paramiko 的相关链接
Debian 的资源:
下载源码包 paramiko:
- [paramiko_2.7.2-1.dsc]
- [paramiko_2.7.2.orig.tar.gz]
- [paramiko_2.7.2.orig.tar.gz.asc]
- [paramiko_2.7.2-1.debian.tar.xz]
维护小组:
- Debian Python Modules Team (QA 页面, 邮件存档)
- Jeremy T. Bouse (QA 页面)
- Guido Guenther (QA 页面)
- Sandro Tosi (QA 页面)
外部的资源:
- 主页 [github.com]
相似软件包:
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.
其他与 python3-paramiko 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-bcrypt (>= 3.1.3)
- password hashing library for Python 3
-
- dep: python3-cryptography (>= 2.5)
- Python library exposing cryptographic recipes and primitives (Python 3)
-
- dep: python3-nacl (>= 1.0.1)
- Python bindings to libsodium (Python 3)
-
- rec: python3-invoke
- Pythonic task execution - Python 3.x
-
- sug: python3-gssapi (>= 0.6.1)
- Python 3 interface to GSSAPI