paramiko/paramiko

GitHub: paramiko/paramiko

Paramiko 是一个纯 Python 实现的 SSHv2 协议库,同时提供客户端与服务器端功能,为高级 SSH 操作和自定义安全工具开发提供底层支持。

Stars: 9745 | Forks: 2047

|version| |python| |license| |ci| |coverage| .. |version| image:: https://img.shields.io/pypi/v/paramiko :target: https://pypi.org/project/paramiko/ :alt: PyPI - 软件包版本 .. |python| image:: https://img.shields.io/pypi/pyversions/paramiko :target: https://pypi.org/project/paramiko/ :alt: PyPI - Python 版本 .. |license| image:: https://img.shields.io/pypi/l/paramiko :target: https://github.com/paramiko/paramiko/blob/main/LICENSE :alt: PyPI - 许可证 .. |ci| image:: https://img.shields.io/circleci/build/github/paramiko/paramiko/main :target: https://app.circleci.com/pipelines/github/paramiko/paramiko :alt: CircleCI .. |coverage| image:: https://img.shields.io/codecov/c/gh/paramiko/paramiko :target: https://app.codecov.io/gh/paramiko/paramiko :alt: Codecov # 欢迎使用 Paramiko! Paramiko 是 SSHv2 协议 [#]_ 的纯 Python [#]_ 实现, 同时提供了客户端和服务器功能。它为 高级 SSH 库 `Fabric `_ 提供了基础,我们建议您在运行远程 shell 命令或传输文件等常见的客户端用例中使用该库。 直接使用 Paramiko 本身仅适用于需要 高级/底层原语或希望在 Python 中运行 sshd 的用户。 有关安装信息、更新日志、常见问题解答及类似内容,请访问 `我们的 主项目网站 `_;有关 API 详细信息,请参阅 `版本文档 `_。此外,项目 维护者在其个人网站上维护了一份 `路线图 `_。 .. [#] Paramiko 依赖 `cryptography `_ 来实现加密 功能,该库使用了 C 和 Rust 扩展,但提供了许多 预编译选项。详情请参阅 `我们的安装页面 `_。 .. [#] OpenSSH 的 RFC 规范页面是一个极佳的资源和 链接集合,我们在此不再赘述: https://www.openssh.com/specs.html ``` OpenSSH itself also happens to be our primary reference implementation: when in doubt, we consult how they do things, unless there are good reasons not to. There are always some gaps, but we do our best to reconcile them when possible. ```
标签:Awesome, Cryptography, Fabric, PE 加载器, Python, sshd, SSHv2, 内核驱动, 加密库, 后端开发, 安全通信, 底层网络, 开源库, 搜索引擎爬虫, 文件传输, 无后门, 服务器, 系统管理, 网络协议, 网络编程, 自动化运维, 运维工具, 远程执行, 远程访问, 逆向工具