Description
python3-paramiko - Make ssh v2 connections (Python 3)
Property | Value |
---|---|
Distribution | Ubuntu 18.04 LTS (Bionic Beaver) |
Repository | Ubuntu Main amd64 |
Package name | python3-paramiko |
Package version | 2.0.0 |
Package release | 1ubuntu1 |
Package architecture | all |
Package type | deb |
Installed size | 629 B |
Download size | 107.54 KB |
Official Mirror | archive.ubuntu.com |
This is a library for making SSH2 connections (client or server). Emphasis is on using SSH2 as an alternative to SSL for making secure connections between Python scripts. All major ciphers and hash methods are supported. SFTP client and server mode are both supported too. This is the Python 3 version of the package.
Alternatives
Package | Version | Architecture | Repository |
---|---|---|---|
python3-paramiko_2.0.0-1ubuntu1.2_all.deb | 2.0.0 | all | Ubuntu Updates Main |
python3-paramiko_2.0.0-1ubuntu1.2_all.deb | 2.0.0 | all | Ubuntu Updates Main |
python3-paramiko_2.0.0-1ubuntu1_all.deb | 2.0.0 | all | Ubuntu Main |
python3-paramiko | - | - | - |
Requires
Name | Value |
---|---|
python3-cryptography | >= 1.1 |
python3-pyasn1 | >= 0.1.7 |
python3:any | >= 3.3.2-2~ |
Download
Type | URL |
---|---|
Binary Package | python3-paramiko_2.0.0-1ubuntu1_all.deb |
Source Package | paramiko |
Install Howto
- Update the package index:
# sudo apt-get update
- Install python3-paramiko deb package:
# sudo apt-get install python3-paramiko
Files
Path |
---|
/usr/lib/python3/dist-packages/paramiko/__init__.py |
/usr/lib/python3/dist-packages/paramiko/_version.py |
/usr/lib/python3/dist-packages/paramiko/_winapi.py |
/usr/lib/python3/dist-packages/paramiko/agent.py |
/usr/lib/python3/dist-packages/paramiko/auth_handler.py |
/usr/lib/python3/dist-packages/paramiko/ber.py |
/usr/lib/python3/dist-packages/paramiko/buffered_pipe.py |
/usr/lib/python3/dist-packages/paramiko/channel.py |
/usr/lib/python3/dist-packages/paramiko/client.py |
/usr/lib/python3/dist-packages/paramiko/common.py |
/usr/lib/python3/dist-packages/paramiko/compress.py |
/usr/lib/python3/dist-packages/paramiko/config.py |
/usr/lib/python3/dist-packages/paramiko/dsskey.py |
/usr/lib/python3/dist-packages/paramiko/ecdsakey.py |
/usr/lib/python3/dist-packages/paramiko/file.py |
/usr/lib/python3/dist-packages/paramiko/hostkeys.py |
/usr/lib/python3/dist-packages/paramiko/kex_gex.py |
/usr/lib/python3/dist-packages/paramiko/kex_group1.py |
/usr/lib/python3/dist-packages/paramiko/kex_group14.py |
/usr/lib/python3/dist-packages/paramiko/kex_gss.py |
/usr/lib/python3/dist-packages/paramiko/message.py |
/usr/lib/python3/dist-packages/paramiko/packet.py |
/usr/lib/python3/dist-packages/paramiko/pipe.py |
/usr/lib/python3/dist-packages/paramiko/pkey.py |
/usr/lib/python3/dist-packages/paramiko/primes.py |
/usr/lib/python3/dist-packages/paramiko/proxy.py |
/usr/lib/python3/dist-packages/paramiko/py3compat.py |
/usr/lib/python3/dist-packages/paramiko/resource.py |
/usr/lib/python3/dist-packages/paramiko/rsakey.py |
/usr/lib/python3/dist-packages/paramiko/server.py |
/usr/lib/python3/dist-packages/paramiko/sftp.py |
/usr/lib/python3/dist-packages/paramiko/sftp_attr.py |
/usr/lib/python3/dist-packages/paramiko/sftp_client.py |
/usr/lib/python3/dist-packages/paramiko/sftp_file.py |
/usr/lib/python3/dist-packages/paramiko/sftp_handle.py |
/usr/lib/python3/dist-packages/paramiko/sftp_server.py |
/usr/lib/python3/dist-packages/paramiko/sftp_si.py |
/usr/lib/python3/dist-packages/paramiko/ssh_exception.py |
/usr/lib/python3/dist-packages/paramiko/ssh_gss.py |
/usr/lib/python3/dist-packages/paramiko/transport.py |
/usr/lib/python3/dist-packages/paramiko/util.py |
/usr/lib/python3/dist-packages/paramiko/win_pageant.py |
/usr/lib/python3/dist-packages/paramiko-2.0.0.egg-info/PKG-INFO |
/usr/lib/python3/dist-packages/paramiko-2.0.0.egg-info/dependency_links.txt |
/usr/lib/python3/dist-packages/paramiko-2.0.0.egg-info/requires.txt |
/usr/lib/python3/dist-packages/paramiko-2.0.0.egg-info/top_level.txt |
/usr/share/doc/python3-paramiko/changelog.Debian.gz |
/usr/share/doc/python3-paramiko/copyright |
Changelog
2018-03-16 - Steve Beattie <sbeattie@ubuntu.com> paramiko (2.0.0-1ubuntu1) bionic; urgency=medium [Steve Beattie] * SECURITY UPDATE: customized clients can skip auth - 0004-Fixes-CVE-2018-7750-1175.patch: send message failure if not authenticated and message type is a service request - 0002-Allow-overriding-test-client-connect-kwargs-in-Trans.patch, 0003-Initial-tests-proving-CVE-2018-7750-1175.patch: add testcases plus prereq - CVE-2018-7750 [ Fabien Tassin ] * SECURITY UPDATE: weak diffie-hellman-group1-sha1 kex always preferred (LP: #1728607) - 0010-git-c1233679c44-change-order-of-preferred-kex-and-hmac-algorithms.patch - 0011-git-b395444062e-Reorder-cipher-and-key-preferences-to-make-more-sense.patch Backport of the upstream changes from 2.3.1, matching the OpenSSH 7 deprecation of diffie-hellman-group1-sha1 (http://www.openssh.com/legacy.html). This patch doesn't remove the support of diffie-hellman-group1-sha1 but makes it the least preferred kex for backward compatibility
2016-06-08 - Jeremy T. Bouse <jbouse@debian.org> paramiko (2.0.0-1) unstable; urgency=medium * Imported Upstream version 2.0.0 (Closes: #826737) * Correct email address for patch * Update Standards-Version to 3.9.8, no changes needed * Update doc file names to match upstream changes * Update crypto dependencies * Clean up debian/control, debian/rules and lintian issues * Upstream bug tracking check (Closes: #783313, #754851)
2016-04-11 - Jeremy T. Bouse <jbouse@debian.org> paramiko (1.16.0-1) unstable; urgency=medium * Imported Upstream version 1.16.0 (Closes: #816618) * Update debian/patches * Add Python pyasn1 and gssapi build depends (Closes: #804582) * Use upstream test script * Update debian/watch to use pypi.debian.net * Fix dh_auto_test override * Update Standards-Version to 3.9.7, no changes needed * Remove unneeded option
2015-10-25 - Jeremy T. Bouse <jbouse@debian.org> paramiko (1.15.3-1) unstable; urgency=medium * Imported Upstream version 1.15.3
2015-07-08 - Jeremy T. Bouse <jbouse@debian.org> paramiko (1.15.2-1) unstable; urgency=medium * Imported Upstream version 1.15.2 * Update Standards-Version (no changes needed)
2014-09-23 - Jeremy T. Bouse <jbouse@debian.org> paramiko (1.15.1-1) unstable; urgency=medium * Imported Upstream version 1.15.1 * Update gbp.conf section headers for newer version * Move from epydoc to sphinx for doc build * Add patch to localize generated documentation * Implement pybuild buildsystem * debian/gbp.conf: Update postbuild for git-buildpackage * Imported Upstream version 1.15.0 * Specify minimum required version of ecdsa
2014-08-28 - Jeremy T. Bouse <jbouse@debian.org> paramiko (1.14.1-1) unstable; urgency=medium [ Thomas Kluyver ] * Add autopkgtest information [ Jeremy T. Bouse ] * Include upstream GitHub Pull Request #352 to fix RC bug. Thanks to Jelmer Vernooij <jelmer> (Closes: #750517, #755910) * Imported Upstream version 1.14.1 * Revert "Include upstream GitHub Pull Request #352 to fix RC bug" as it was included in upstream bug fix release 1.14.1 to remove the regression introduced into 1.14.0.
2014-05-27 - Jeremy T. Bouse <jbouse@debian.org> paramiko (1.14.0-2) unstable; urgency=low * Add extend-diff-ignore to debian/source/options. Thanks to Thomas Goirand <zigo> * Add python-ecdsa to Build-Depends (Closes: #702571) * Add Python 3 support to build. Thanks to Thomas Goirand <zigo> (Closes: #697600, #749512) * Clean up build environment
2014-05-11 - Jeremy T. Bouse <jbouse@debian.org> paramiko (1.14.0-1) unstable; urgency=low * Imported Upstream version 1.14.0 (Closes: #742005) * Update Standards-Version to 3.9.5 * Fix paramiko-doc overwriting /usr/share/doc-base/python-paramiko. Thanks to Felix Geyer <fgeyer@debian.org> (Closes: #718004) * debian/patches/*: Removed patch applied upstream * debian/control: Move VCS location * debian/control: Fix type in paramiko-doc block * debian/control: Removed unknown XS-Testsuite
See Also
Package | Description |
---|---|
python3-parted_3.11.1-1ubuntu2_amd64.deb | Python 3 interface for libparted |
python3-paste_2.0.3+dfsg-4ubuntu1_all.deb | tools for using a Web Server Gateway Interface stack - Python 3.x |
python3-pastedeploy_1.5.2-4_all.deb | load, configure, and compose WSGI applications and servers - Python 3.x |
python3-pastescript_2.0.2-2_all.deb | create file layouts for Python3 packages and serve webapps |
python3-pbr_3.1.1-3ubuntu3_all.deb | inject useful and sensible default behaviors into setuptools - Python 3.x |
python3-pep8_1.7.1-1ubuntu1_all.deb | Python PEP 8 code style checker - Python 3 |
python3-petname_2.2-0ubuntu1_all.deb | python3 library for generating pronouncable, memorable, pet names |
python3-pexpect_4.2.1-1_all.deb | Python 3 module for automating interactive applications |
python3-pil.imagetk_5.1.0-1_amd64.deb | Python Imaging Library - ImageTk Module (Python3) |
python3-pil_5.1.0-1_amd64.deb | Python Imaging Library (Python3) |
python3-pkg-resources_39.0.1-2_all.deb | Package Discovery and Resource Access using pkg_resources |
python3-plainbox-doc_0.25-1_all.deb | toolkit for software and hardware testing (documentation) |
python3-plainbox_0.25-1_all.deb | toolkit for software and hardware testing (python3 module) |
python3-ply_3.11-1_all.deb | Lex and Yacc implementation for Python3 |
python3-polib_1.1.0-3_all.deb | Python 3 library to parse and manage gettext catalogs |
Advertisement
Advertisement