paramiko

SSH2 protocol library

151 个版本 Python >=3.9
安装
pip install paramiko
poetry add paramiko
pipenv install paramiko
conda install paramiko
描述

|version| |python| |license| |ci| |coverage|

.. |version| image:: https://img.shields.io/pypi/v/paramiko :target: https://pypi.org/project/paramiko/ :alt: PyPI - Package Version .. |python| image:: https://img.shields.io/pypi/pyversions/paramiko :target: https://pypi.org/project/paramiko/ :alt: PyPI - Python Version .. |license| image:: https://img.shields.io/pypi/l/paramiko :target: https://github.com/paramiko/paramiko/blob/main/LICENSE :alt: PyPI - License .. |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

Welcome to Paramiko!

Paramiko is a pure-Python [#]_ implementation of the SSHv2 protocol [#], providing both client and server functionality. It provides the foundation for the high-level SSH library Fabric <https://fabfile.org>, which is what we recommend you use for common client use-cases such as running remote shell commands or transferring files.

Direct use of Paramiko itself is only intended for users who need advanced/low-level primitives or want to run an in-Python sshd.

For installation information, changelogs, FAQs and similar, please visit our main project website <https://paramiko.org>; for API details, see the versioned docs <https://docs.paramiko.org>. Additionally, the project maintainer keeps a roadmap <http://bitprophet.org/projects#roadmap>_ on his personal site.

.. [#] Paramiko relies on cryptography <https://cryptography.io>_ for crypto functionality, which makes use of C and Rust extensions but has many precompiled options available. See our installation page <https://www.paramiko.org/installing.html>_ for details.

.. [#] OpenSSH's RFC specification page is a fantastic resource and collection of links that we won't bother replicating here: 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.
版本列表
5.0.0 2026-05-09
4.0.0 2025-08-04
3.5.1 2025-02-04
3.5.0 2024-09-15
3.4.1 2024-08-11
3.4.0 2023-12-18
3.3.2 2024-08-11
3.3.1 2023-07-28
3.3.0 2023-07-28
3.2.0 2023-05-25
3.1.0 2023-03-10
3.0.0 2023-01-20
2.12.0 2022-11-04
2.11.1 2022-11-04
2.11.0 2022-05-17
2.10.6 2022-11-04
2.10.5 2022-05-17
2.10.4 2022-04-25
2.10.3 2022-03-18
2.10.2 2022-03-14
2.10.1 2022-03-12
2.10.0 2022-03-12
2.9.5 2022-05-17
2.9.4 2022-04-25
2.9.3 2022-03-18
2.9.2 2022-01-08
2.9.1 2021-12-24
2.9.0 2021-12-23
2.8.1 2021-11-29
2.8.0 2021-10-09
2.7.2 2020-08-30
2.7.1 2019-12-09
2.7.0 2019-12-03
2.6.0 2019-06-23
2.5.1 2019-06-23
2.5.0 2019-06-10
2.4.3 2019-06-23
2.4.2 2018-09-19
2.4.1 2018-03-13
2.4.0 2017-11-14
2.3.3 2018-09-19
2.3.2 2018-03-13
2.3.1 2017-09-22
2.3.0 2017-09-18
2.2.4 2018-09-19
2.2.3 2018-03-13
2.2.2 2017-09-18
2.2.1 2017-06-13
2.2.0 2017-06-09
2.1.6 2018-09-19
2.1.5 2018-03-13
2.1.4 2017-09-18
2.1.3 2017-06-09
2.1.2 2017-02-21
2.1.1 2016-12-13
2.1.0 2016-12-09
2.0.9 2018-09-19
2.0.8 2018-03-13
2.0.7 2017-09-18
2.0.6 2017-06-09
2.0.5 2017-02-21
2.0.4 2016-12-13
2.0.3 2016-12-09
2.0.2 2016-07-26
2.0.1 2016-06-21
2.0.0 2016-04-29
1.18.5 2018-03-13
1.18.4 2017-09-18
1.18.3 2017-06-09
1.18.2 2017-02-21
1.18.1 2016-12-13
1.18.0 2016-12-09
1.17.6 2018-03-13
1.17.5 2017-06-09
1.17.4 2017-02-21
1.17.3 2016-12-09
1.17.2 2016-07-26
1.17.1 2016-06-21
1.17.0 2016-04-29
1.16.3 2016-07-26
1.16.2 2016-06-21
1.16.1 2016-04-29
1.16.0 2015-11-05
1.15.5 2016-04-29
1.15.4 2015-11-03
1.15.3 2015-10-02
1.15.2 2014-12-19
1.15.1 2014-09-22
1.15.0 2014-09-18
1.14.3 2015-11-03
1.14.2 2014-12-19
1.14.1 2014-08-26
1.14.0 2014-05-07
1.13.4 2015-11-03
1.13.3 2014-12-19
1.13.2 2014-08-26
1.13.1 2014-05-07
1.13.0 2014-03-14
1.12.4 2014-05-07
1.12.3 2014-03-14
1.12.2 2014-02-14
1.12.1 2014-01-09
1.12.0 2013-09-28
1.11.6 2014-05-07
1.11.5 2014-03-14
1.11.4 2014-02-14
1.11.3 2014-01-09
1.11.2 2013-09-28
1.11.1 2013-09-21
1.11.0 2013-07-26
1.10.7 2014-03-14
1.10.6 2014-02-14
1.10.5 2014-01-09
1.10.4 2013-09-28
1.10.3 2013-09-21
1.10.2 2013-07-26
1.10.1 2013-04-05
1.10.0 2013-03-01
1.9.0 2012-11-06
1.8.1 2012-11-06
1.8.0 2012-10-03
1.7.7.2 2012-05-17
1.7.7.1 2011-05-23
1.7.6 2010-10-27
1.7.5 2012-09-26
1.7.4 2012-09-30
1.7.2 2012-09-26
1.7.1 2012-09-26
1.7 2012-09-26
1.6.4 2012-09-26
1.6.3 2012-09-26
1.6.2 2012-09-26
1.6.1 2012-09-26
1.6 2012-09-26
1.5.4 2012-09-26
1.5.2 2012-09-26
1.5.1 2012-09-26
1.4 2012-09-26
1.3.1 2012-09-26
1.3 2012-09-26
1.2 2012-09-26
1.1 2012-09-26
1.0 2012-09-26
0.9-ivysaur 2012-09-26
0.9-horsea 2012-09-26
0.9-gyarados 2012-09-26
0.9-fearow 2012-09-26
0.9-eevee 2012-09-26
0.9-doduo 2012-09-26
0.1-charmander 2012-09-26
0.1-bulbasaur 2012-09-26