python-paramiko-doc-3.3.1-150400.13.3.1 >  A e8p9|U,cIic&ZϦњ+ϸJHg|Nz5[ޔUkWwI@Z VL"$8ѴRwLa+bTxT[,&GjEʙ]qzY.Ҍnux|M@I}]A{f톿2Bd/zZ94ճ/%]Ռh;kL9Q;\ftf94864105e07e3a7e3db063f7cb3c3dd2e6979b9659a1faa202249ef8c3a79baa25bbacc81293f26bdd124cd78c00baff37cbb42e8p9|dά50DHA3Zjܛ (<8 ٯq(1("gp{xl%sO2J.4A{Kw%hҖA.`mq@o.~{PxG I9Ω3Yͧ܌JJ+XLj_rc.ȏPYge]ݕrȃcn3dF$Tk*v=4'=RbDcN/F=`iKw&:ORd$M&Nͫ?t0(>p;h?Xd * L 06@|     PP|( 8*9*: *FGHI@XPYX\t]^yb0cdcehfklmuvz TCpython-paramiko-doc3.3.1150400.13.3.1Documentation for python-paramikoThis 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 package contains the documentation.e8h01-ch5a SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/Documentation/Otherhttps://www.paramiko.org/linuxnoarch7 @ swgDAA큤A큤e8e8He8He8He8He8He8He8He8He8Hadadade8ad8cb173b482266440a92f923b7150ac06ebe22fe7d5a1c72b8c4d79f37b449afe56a3eb3a82b1fbee0adc68ad8e8355179e9d01da70f3f42b668f7c4dcb927e1bea7ff78009d34cc4ccf7548900497f96bf168b9c8d428e1a415629a6b0a9d3d1d7ffcab864089b350c0f17b8ed226ce1f8c44dbc325b0fcb9ed42f3da5149f5c7b41023a3980079d81e04ea6c87838c0ef90a07c8016fabdfb7c80aec5e0d70d1d1a110685ed0c6082ee00ed7a64e8a7bc30addaeac0b5aabaa9d65a61b262e0e7565ce8181b7021d8c4fcce721fb26a58644d3d5427371fc993d019532d096a12df4acbc751e73dfefb3fa1c573cf9ece42eb3607a407790946631e862c6d793d34c8bd41c7ebadf2281094cf26398d6504bc16bd3da5a83d3693a9e27f3a22cfb3139742ad71dd25db00d7bda8389d6a70d9713b2f44917c348b2169cd1d6202226dd9d78171284aff1861e9ba5f984df471554e579960772e45e754ade2625fa25bf5f395fd26e701c2e1de4ca7d162816986dc791c22f8f4226857ad1bb2rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-paramiko-3.3.1-150400.13.3.1.src.rpmpython-paramiko-docpython311-paramiko-doc    rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3e@d^*@dEdBzczbkbjbP#b4t@aex_@__R,@] @] \\\eX@\eX@\l@[[R@Z`@Z`@Z }YYYJY=0XQ@XX~@X @XOW@W@W\@WWUeW/*@VHT mimi.vx@gmail.comdaniel.garcia@suse.commcepl@suse.comdmueller@suse.comcode@bnavigator.demichael@stroeder.comdmueller@suse.compgajdos@suse.commichael@stroeder.comecsos@opensuse.orgsteven.kowalik@suse.comcode@bnavigator.demimi.vx@gmail.commimi.vx@gmail.commimi.vx@gmail.commimi.vx@gmail.comtchvatal@suse.comhpj@urpla.netmimi.vx@gmail.commcepl@suse.commimi.vx@gmail.commimi.vx@gmail.comro@suse.detbechtold@suse.commimi.vx@gmail.commimi.vx@gmail.commimi.vx@gmail.comtbechtold@suse.commimi.vx@gmail.comtoddrme2178@gmail.comrjschwei@suse.comrjschwei@suse.commimi.vx@gmail.commimi.vx@gmail.comtbechtold@suse.commichael@stroeder.commichael@stroeder.comdmueller@suse.comdmueller@suse.comhpj@urpla.nettoddrme2178@gmail.comtbechtold@suse.com- refresh remove-icecream-dep.patch - update to 3.3.1 detailed changelog: https://www.paramiko.org/changelog.html#- Delete paramiko-pr1665-remove-pytest-relaxed.patch - Add remove-icecream-dep.patch - Update to 3.1.0: * [Feature] #2173: Accept single tabs as field separators (in addition to single spaces) in for parity with OpenSSH’s KnownHosts parser. Patched by Alex Chavkin. * [Feature] #2013: (solving #2009, plus others) Add an explicit channel_timeout keyword argument to paramiko.client.SSHClient.connect, allowing users to configure the previously-hardcoded default value of 3600 seconds. Thanks to @VakarisZ and @ilija-lazoroski for the report and patch, with credit to Mike Salvatore for patch review. * [Support] #2178: Apply codespell to the codebase, which found a lot of very old minor spelling mistakes in docstrings. Also modernize many instances of *largs vs *args and **kwarg vs * *kwargs. Patch courtesy of Yaroslav Halchenko, with review from Brian Skinn. - 3.0.0: * [Bug]: A handful of lower-level classes (notably paramiko.message.Message and paramiko.pkey.PKey) previously returned bytes objects from their implementation of __str__, even under Python 3; and there was never any __bytes__ method. * These issues have been fixed by renaming __str__ to __bytes__ and relying on Python’s default “stringification returns the output of __repr__” behavior re: any real attempts to str() such objects. * [Bug] #2165: Streamline some redundant (and costly) byte conversion calls in the packetizer and the core SFTP module. This should lead to some SFTP speedups at the very least. Thanks to Alex Gaynor for the patch. * [Bug] #2110: Remove some unnecessary __repr__ calls when handling bytes-vs-str conversions. This was apparently doing a lot of unintentional data processing, which adds up in some use cases – such as SFTP transfers, which may now be significantly faster. Kudos to Shuhua Zhong for catch & patch. * [Support]: Drop support for Python versions less than 3.6, including Python 2. So long and thanks for all the fish! * [Support]: Remove the now irrelevant paramiko.py3compat module. * [Support]: paramiko.common.asbytes has been moved to paramiko.util.asbytes. * [Support]: PKey.__cmp__ has been removed. Ordering-oriented comparison of key files is unlikely to have ever made sense (the old implementation attempted to order by the hashes of the key material) and so we have not bothered setting up __lt__ and friends at this time. The class continues to have its original __eq__ untouched. * [Support]: The behavior of private key classes’ (ie anything inheriting from PKey) private key writing methods used to perform a manual, extra chmod call after writing. This hasn’t been strictly necessary since the mid 2.x release line (when key writing started giving the mode argument to os.open), and has now been removed entirely. * This should only be observable if you were mocking Paramiko’s system calls during your own testing, or similar. * [Support] #732: (also re: #630) SSHConfig used to straight-up delete the proxycommand key from config lookup results when the source config said ProxyCommand none. This has been altered to preserve the key and give it the Python value None, thus making the Python representation more in line with the source config file. * [Support]: paramiko.util.retry_on_signal (and any internal uses of same, and also any internal retries of EINTR on eg socket operations) has been removed. As of Python 3.5, per PEP 475, this functionality (and retrying EINTR generally) is now part of the standard library.- Move documentation into main package for SLE15- add sle15_python_module_pythons (jsc#PED-68)- Update to 2.12.0 * [Feature] #2125: (also re: #2054) Add a transport_factory kwarg to SSHClient.connect for advanced users to gain more control over early Transport setup and manipulation. Thanks to Noah Pederson for the patch. - Release 2.11.1 * [Bug]: bug:1637 (via #1599) Raise SSHException explicitly when blank private key data is loaded, instead of the natural result of IndexError. This should help more bits of Paramiko or Paramiko-adjacent codebases to correctly handle this class of error. Credit: Nicholas Dietz. * [Bug] #1822: (via, and relating to, far too many other issues to mention here) Update SSHClient so it explicitly closes its wrapped socket object upon encountering socket errors at connection time. This should help somewhat with certain classes of memory leaks, resource warnings, and/or errors (though we hasten to remind everyone that Client and Transport have their own .close() methods for use in non-error situations!). Patch courtesy of @YoavCohen. - Rename and refresh: - paramiko-pr1655-remove-pytest-relaxed.patch + paramiko-pr1665-remove-pytest-relaxed.patch * gh#paramiko/paramiko#1665- update to 2.11.0 * [Feature] #1951: Add SSH config token expansion (eg %h, %p) when parsing ProxyJump directives. * [Support] #2004: (via #2011) Apply unittest skipIf to tests currently using SHA1 in their critical path, to avoid failures on systems starting to disable SHA1 outright in their crypto backends (eg RHEL 9). * [Support] #1838: (via #1870/#2028) Update camelCase method calls against the threading module to be snake_case; this and related tweaks should fix some deprecation warnings under Python 3.10. * [Support] #2038: (via #2039) Recent versions of Cryptography have deprecated Blowfish algorithm support; in lieu of an easy method for users to remove it from the list of algorithms Paramiko tries to import and use, we’ve decided to remove it from our “preferred algorithms” list. This will both discourage use of a weak algorithm, and avoid warnings. - update to 2.10.5 * [Bug] #2008: (via #2010) Windows-native SSH agent support as merged in 2.10 could encounter Errno 22 OSError exceptions in some scenarios (eg server not cleanly closing a relevant named pipe). This has been worked around and should be less problematic. * [Bug] #2017: OpenSSH 7.7 and older has a bug preventing it from understanding how to perform SHA2 signature verification for RSA certificates (specifically certs - not keys), so when we added SHA2 support it broke all clients using RSA certificates with these servers. This has been fixed in a manner similar to what OpenSSH’s own client does: a version check is performed and the algorithm used is downgraded if needed. * [Bug] #1933: Align signature verification algorithm with OpenSSH re: zero-padding signatures which don’t match their nominal size/length. This shouldn’t affect most users, but will help Paramiko-implemented SSH servers handle poorly behaved clients such as PuTTY.- update to 2.10.4: * Servers offering certificate variants of hostkey algorithms (eg ssh-rsa-cert-v01@openssh.com) could not have their host keys verified by Paramiko clients, as it only ever considered non-cert key types for that part of connection handshaking. This has been fixed. * gq PKey instances’ __eq__ did not have the usual safety guard in place to ensure they were being compared to another PKey object, causing occasional spurious BadHostKeyException (among other things). This has been fixed. * Update camelCase method calls against the threading module to be snake_case; this and related tweaks should fix some deprecation warnings under Python 3.10.- do not require python-mock for build- Update to 2.10.3 (bsc#1197279, CVE-2022-24302) Too many changes to be listed here: https://www.paramiko.org/changelog.html- Update to 2.8.0 - [Feature] #1846: Add a prefetch keyword argument to SFTPClient.get/SFTPClient.getfo so users who need to skip SFTP prefetching are able to conditionally turn it off. - [Bug] #1462: (via #1882) Newer server-side key exchange algorithms not intended to use SHA1 (diffie-hellman-group14-sha256, diffie-hellman-group16-sha512) were incorrectly using SHA1 after all, due to a bug causing them to ignore the hash_algo class attribute. This has been corrected. - [Support] #1722: Remove leading whitespace from OpenSSH RSA test suite static key fixture, to conform better to spec. - [Support] #1727: Add missing test suite fixtures directory to MANIFEST.in, reinstating the ability to run Paramiko’s tests from an sdist tarball. - [Support]: Update our CI to catch issues with sdist generation, installation and testing. - [Support]: Administrivia overhaul, including but not limited to: - Migrate CI to CircleCI - Primary dev branch is now main (renamed) - Many README edits for clarity, modernization etc; including a bunch more (and consistent) status badges & unification with main project site index - PyPI page much more fleshed out (long_description is now filled in with the README; sidebar links expanded; etc) - flake8, pytest configs split out of setup.cfg into their own files - Invoke/invocations (used by maintainers/contributors) upgraded to modern versions - Skip python2 to fix build errors for Leap. - Rebase paramiko-pr1655-remove-pytest-relaxed.patch.- Set environment to utf-8 to allow tests to pass on Python 2. (bsc#1178341)- remove dependency on pytest-relaxed * paramiko-pr1655-remove-pytest-relaxed.patch * gh#paramiko/paramiko#1655- update to 2.7.2 (bsc#1166758, bsc#1166758, bsc#1205132) - drop configs.tar.gz * Add missing test suite fixtures directory to MANIFEST.in * Remove leading whitespace from OpenSSH RSA test suite static key fixture, * Fix incorrect string formatting causing unhelpful error message annotation when using Kerberos/GSSAPI. * Fix incorrectly swapped order of p and q numbers when loading OpenSSH-format RSA private keys.- update to 2.7.1 - add configs.tar.gz with missing test data * full changelog at http://www.paramiko.org/changelog.html- update to 2.6.0 (bsc#1200603) - drop relaxed.patch and 1311.patch * add a new keyword argument to SSHClient.connect and paramiko.transport.Transport -> disabled_algorithms * Fix Ed25519 key handling so certain key comment lengths don't cause SSHException("Invalid key") * Add backwards-compatible support for the gssapi- update to 2.5.0 - dropped 1379.patch - refreshed patches: paramiko-test_extend_timeout.patch relaxed.patch 1311.patch * Add support for encrypt-then-MAC (ETM) schemes (hmac-sha2-256-etm@openssh.com, hmac-sha2-512-etm@openssh.com) and two newer Diffie-Hellman group key exchange algorithms (group14, using SHA256; and group16, using SHA512). * Add support for Curve25519 key exchange. * Raise Cryptography dependency requirement to version 2.5 * Add support for the modern (as of Python 3.3) import location of MutableMapping- Run tests verbosely - Drop cert_support.tar.gz as it is currently properly in the release- add empty line after %autopatch: build fails up to 42.3 otherwise- drop python-pytest_relaxed dependency - add patches: 1311.patch - fix warnings 1379.patch - fix support for gssapi relaxed.patch - remove unnecessary pytest_relaxed dep - remove patch: disable-gssapi.patch - supersseded- Remove superfluous devel dependency for noarch package- add disable-gssapi.patch - workaround for boo#1115769- update to 2.4.2 (bsc#1111151, CVE-2018-1000805) - refresh paramiko-test_extend_timeout.patch * Fix exploit (CVE pending) in Paramiko's server mode (not client mode) where hostile clients could trick the server into thinking they were authenticated without actually submitting valid authentication. * Modify protocol message handling such that Transport does not respond to MSG_UNIMPLEMENTED with its own MSG_UNIMPLEMENTED * Updated SSHConfig.lookup so it returns a new, type-casting-friendly dict subclass (~paramiko.config.SSHConfigDict) in lieu of dict literals.- add paramiko-test_extend_timeout.patch (bsc#1085529) extend timeout in testsuite to pass on ppc64leupdate to version 2.4.1 (bsc#1085276, CVE-2018-7750): * changelog: update for #1039 / #1051 * Screen off dev version of Python from test matrix * ensure ed25519 password is bytes * Cut 2.0.8 * Cut 2.3.2 * Initial tests proving CVE-2018-7750 / #1175 * Guess something else added this prior to the merge * Fixes CVE-2018-7750 / #1175 * Uncaught typo in test suite * Initial tests proving CVE-2018-7750 / #XXX * Test proving #1039 / efficacy of #1051 * Changelog closes #1175 * Cut 2.1.5 * Allow overriding test client connect kwargs in Transport test suite * Cut 2.4.1 * Fixes CVE-2018-7750 / #XXX * Cut 2.2.3 * flake8- update to 2.4.0 + new pytest based testsuite * dd a new passphrase kwarg to SSHClient.connect so users may disambiguate key-decryption passphrases from password-auth passwords. * Drop Python 2.6 and Python 3.3 support- update to 2.3.1 + cert_support.tar.gz - missing test certificates for testsuite * Certificate support broke the no-certificate case for Ed25519 keys (symptom is an AttributeError about public_blob.) This went uncaught due to cert autoload behavior (i.e. our test suite never actually ran the no-cert case, because the cert existed!) Both issues have been fixed. * Implement basic client-side certificate authentication (as per the OpenSSH vendor extension.) * Added pre-authentication banner support for the server interface (ServerInterface.get_banner plus related support in Transport/AuthHandler.) * Update Ed25519Key so its constructor offers the same file_obj parameter as its sibling key classes. * Add a gss_trust_dns option to Client and Transport to allow explicitly setting whether or not DNS canonicalization should occur when using GSSAPI. * Paramiko originally defaulted to zlib compression level 9 (when one connects with compression=True; it defaults to off.) This has been found to be quite wasteful and tends to cause much longer transfers in most cases, than is necessar * Enhance documentation around the new SFTP.posix_rename method so it’s referenced in the ‘standard’ rename method for increased visibility. * Modify logic around explicit disconnect messages, and unknown-channel situations, so that they rely on centralized shutdown code instead of running their own. This is at worst removing some unnecessary code, and may help with some situations where Paramiko hangs at the end of a session. * Display exception type and message when logging auth-rejection messages (ones reading Auth rejected: unsupported or mangled public key); previously this error case had a bare except and did not display exactly why the key failed. * Ed25519 keys never got proper API documentation support; this has been fixed. * Update how we use Cryptography‘s signature/verification methods so we aren’t relying on a deprecated API.- update to 2.2.2: * SSHClient now requests the type of host key it has (e.g. from known_hosts) and does not consider a different type to be a “Missing” host key. This fixes a common case where an ECDSA key is in known_hosts and the server also has an RSA host key. * Fix up host-key checking in our GSSAPI support, which was previously using an incorrect API call * Fix key exchange (kex) algorithm list for GSSAPI authentication; reviously, the list used solely out-of-date algorithms, and now contains newer ones listed preferentially before the old * Clean up GSSAPI authentication procedures so they do not prevent normal fallback to other authentication methods on failure. * Add rekeying support to GSSAPI connections, which was erroneously missing.- update to 2.2.1: * Missed a spot * Update .travis.yml * Whitespace * Having this in a mini-toctree made the nav look funny and is also just unintuitive * Changelog re #471, re #65 * these are bytes * changelog: update for #990 and #993 * ecdh kex support * flake8/whitespace * Trailing comma * Add test for posix-rename@openssh.com extension for SFTP client * Changelog re #921 * Add a note about new Python-level deps to changelog re: Ed25519 support * Add method for "posix-rename@openssh.com" extension for SFTP client. * Add IOError in posix-rename@openssh.com test for python 2 support. * this isnt bytes * Added a auth_timeout to handle situations where SSH server stops responding during auth. * small cleanups * More changelog flimflammery * Added changelog entry * python 3 compatibility * Incorrect comparison, should be <= * DDD re #857 * Improve __hash__ functions * Hrm that should always have been an h1 * No idea how this got past all the earlier flake8 work... * comments * Fixed test to support python 2.6 * Note ecdh-sha2 preferred-kex placement in changelog entry for #951, re #983 * Changelog language tweaks * Reorder cipher and key preferences to make more sense * Added a test to check that the auth_timeout argument is passed through and applied. * Changelog tweak * Cut 2.2.1 * transport: change order of preferred kex and hmac algorithms * need bcrypt >= 3.1.3 for kdf() ignore_few_rounds kwarg * Changelog re #972, re #325, closes #325 * cleanup/simplify auth_timeout tests * Missed a merge conflict lolol * flake8 * Changelog re #951 * Perplexed at why flake8 did not report this earlier * Add Python 3.6 to classifiers * Add support for posix-rename@openssh.com for the SFTP server side and fix tests accordingly. * sphinx nitpick fixes * Fixed encoding/decoding of the public key on the wire * Added test for authentication timeout from a non-responsive server * refactor files * fixed comment + consistency * Changelog re #857 * Cut 2.2.0 * integration test, with ourselves * TODO * That was easy. Closes #857 * Add sanity note to changelog re #869 * Unit tests * Fixes #325 -- add support for Ed25519 keys * Happy New Year * implement __hash__() method for Ed25519Key * pep8 * Increased auth_timeout to 30 seconds * py3k * fixed long line * Link to the spec * set a minimum version * Support decrypting keys * Failing test proving need for #857 - move demos/ to extra -doc package- update to 2.1.3 * Make util.log_to_file append instead of replace. * SSHClient and Transport could cause a memory leak if there’s a connection problem or protocol error, even if Transport.close() is called. * Prior support for ecdsa-sha2-nistp(384|521) algorithms didn’t fully extend to covering host keys, preventing connection to hosts which only offer these key types and no others. This is now fixed. * Prefer newer ecdsa-sha2-nistp keys over RSA and DSA keys during host key selection. This improves compatibility with OpenSSH, both in terms of general behavior, and also re: ability to properly leverage OpenSSH-modified known_hosts files. * The RC4/arcfour family of ciphers has been broken since version 2.0; but since the algorithm is now known to be completely insecure, we are opting to remove support outright instead of fixing it. * Move sha1 above the now-arguably-broken md5 in the list of preferred MAC algorithms, as an incremental security improvement for users whose target systems offer both. * Writing encrypted/password-protected private key files was silently broken since 2.0 due to an incorrect API call Includes a directly related fix, namely adding the ability to read AES-256-CBC ciphered private keys (which is now what we tend to write out as it is Cryptography’s default private key cipher.) * Allow any type implementing the buffer API to be used with BufferedFile, Channel, and SFTPFile. This resolves a regression introduced in 1.13 with the Python 3 porting changes, when using types such as memoryview. * Enhance default cipher preference order such that aes(192|256)-cbc are preferred over blowfish-cbc. * SSHClient now requests the type of host key it has (e.g. from known_hosts) and does not consider a different type to be a “Missing” host key. This fixes a common case where an ECDSA key is in known_hosts and the server also has an RSA host key. * Overhaul the codebase to be PEP-8- Implement single-spec version.- Fix version setting for cryptography for build- Add python-pyasn1 as Buildrequires for testing- update to 2.1.2 * Fix a bug in server-mode concerning multiple interactive auth steps * SSHClient now gives its internal Transport a handle on itself, preventing garbage collection of the client until the session is closed. Without this, some code which returns stream or transport objects without the client that generated them, would result in premature session closure when the client was GCd * Avoid test suite exceptions on platforms lacking errno.ETIME * weak how RSAKey.__str__ behaves so it doesn’t cause TypeError under Python 3.- update to 2.1.1 * A tweak to the original patch implementing gh#398 was not fully applied, causing calls to ~paramiko.client.SSHClient.invoke_shell to fail with AttributeError. This has been fixed. * Fix the implementation of PKey.write_private_key_file (this method is only publicly defined on subclasses; the fix was in the private real implementation) so it passes the correct params to open() * Add an optional timeout parameter to Transport.start_clienti (and feed it the value of the configured connection timeout when used within SSHClient .) * Catch AssertionError thrown by Cryptography when attempting to load bad ECDSA keys, turning it into an SSHException. * Add a missing .closed attribute (plus ._closed because reasons) to ProxyCommand * Make the subprocess import in proxy.py lazy so users on platforms without it (such as Google App Engine) can import Paramiko successfully * Fix incorrect docstring/param-list for Transport.auth_gssapi_keyex so it matches the real signature. * Add an environment dict argument to Client.exec_command- Fix Requires for python-cryptography - Add missing Requires for python-pyasn1- update to 2.0.2 * [Bug] #758: Apply type definitions to _winapi module from jaraco.windows 3.6.1. This should address issues on Windows platforms that often result in errors like ArgumentError: [...] int too long to convert. Thanks to @swohlerLL for the report and Jason R. Coombs for the patch. * [Bug] #774: Add a _closed private attribute to Channel objects so that they continue functioning when used as proxy sockets under Python 3 (e.g. as direct-tcpip gateways for other Paramiko connections.) * [Bug] #673: (via #681) Fix protocol banner read errors (SSHException) which would occasionally pop up when using ProxyCommand gatewaying. Thanks to @Depado for the initial report and Paul Kapp for the fix.- updated homepage URL - update to 2.0.1: * [Bug] #537: Fix a bug in BufferedPipe.set_event which could cause deadlocks/hangs when one uses select.select against Channel objects (or otherwise calls Channel.fileno after the channel has closed). * [Bug] #520: (Partial fix) Fix at least one instance of race condition driven threading hangs at end of the Python interpreter session. (Includes a docs update as well - always make sure to .close() your clients!)- fix build- fix source url- update to 2.0.0: * Add support for 384- and 512-bit elliptic curve groups in ECDSA key types (aka ecdsa-sha2-nistp384 / ecdsa-sha2-nistp521). * Due to an earlier bugfix, less-specific Host blocks' ProxyCommand values were overriding ProxyCommand none in more-specific Host blocks. This has been fixed in a backwards compatible manner (i.e. ProxyCommand none continues to appear as a total lack of any proxycommand key in parsed config structures). * Fix a backwards incompatibility issue that cropped up in SFTPFile.prefetch <~paramiko.sftp_file.prefetch> re: the erroneously non-optional file_size parameter. Should only affect users who manually call prefetch. * Replace PyCrypto with the Python Cryptographic Authority (PyCA) 'Cryptography' library suite. This improves security, installability, and performance; adds PyPy support; and much more. * Fix stalled/hung SFTP downloads by cleaning up some threading lock issues. * Fix a Python 3 compatibility issue when handling two-factor authentication. * Clean up setup.py to always use setuptools, not doing so was a historical artifact from bygone days. * Update the module in charge of handling SSH moduli so it's consistent with OpenSSH behavior re: prime number selection. * Fix up ~paramiko.ssh_exception.NoValidConnectionsError so it pickles correctly, and fix a related Python 3 compatibility issue. * Update to jaraco.windows 3.4.1 to fix some errors related to ctypes on Windows platforms. * Annotate some public attributes on ~paramiko.channel.Channel such as .closed. * Fix logic bug in the SFTP client's callback-calling functionality; previously there was a chance the given callback would fire twice at the end of a transfer. * Identify & work around a race condition in the test for handshake timeouts, which was causing frequent test failures for a subset of contributors as well as Travis-CI (usually, but not always, limited to Python 3.5). * Remove whitespace in our setup.py's install_requires as it triggers occasional bugs in some versions of setuptools. * Strip trailing/leading whitespace from lines when parsing SSH config files - this brings things in line with OpenSSH behavior. * Fix behavior of gssapi-with-mic auth requests so they fail gracefully (allowing followup via other auth methods) instead of raising an exception. * Add missing file-like object methods for ~paramiko.file.BufferedFile and ~paramiko.sftp_file.SFTPFile. * Clean up and enhance the README (and rename it to README.rst from just README).- Add --no-transport to fix a known issue with the tests https://github.com/paramiko/paramiko/issues/574 Check if still failing on next release. The tests is currently failing on Python 3.5, but it is not actually Python 3.5 specific, it is just more likely to be encountered on Python 3.5 - update to version 1.16.0: * Streamline use of stat when downloading SFTP files via SFTPClient.get ; this avoids triggering bugs in some off-spec SFTP servers such as IBM Sterling. Thanks to @muraleee for the initial report and to Torkil Gustavsen for the patch. * Fully enable two-factor authentication (e.g. when a server requires AuthenticationMethods pubkey,keyboard-interactive). Thanks to @perryjrandall for the patch and to @nevins-b and Matt Robenolt for additional support. * Fix 'exec' requests in server mode to use get_string instead of get_text to avoid UnicodeDecodeError on non-UTF-8 input. Thanks to Anselm Kruis for the patch & discussion. * Fix line number reporting in log output regarding invalid known_hosts line entries. Thanks to Dylan Thacker-Smith for catch & patch. * Update the vendored Windows API addon to a more recent edition. Also fixes :issue:`193`, :issue:`488`, :issue:`498`. Thanks to Jason Coombs.- update to version 1.15.2 (bsc#962291) * [Bug] #320: Update our win_pageant module to be Python 3 compatible * [Bug] #429: Server-level debug message logging was overlooked during the Python 3 compatibility update; Python 3 clients attempting to log SSH debug packets encountered type errors. This is now fixed * [Bug] #459: Tighten up agent connection closure behavior to avoid spurious ResourceWarning display in some situations * [Bug] #266: Change numbering of Transport channels to start at 0 instead of 1 for better compatibility with OpenSSH & certain server implementations which break on 1-indexed channels * [Support] #419: Modernize a bunch of the codebase internals to leverage decorators. Props to @beckjake for realizing we’re no longer on Python 2.2 :D * [Support] #421: Modernize threading calls to user newer API * [Support] #422: Clean up some unused imports * [Support] #431: Replace handrolled ssh_config parsing code with use of the shlex module * [Bug] #415: Fix ssh_config parsing to correctly interpret ProxyCommand none as the lack of a proxy command, instead of as a literal command string of "none" * [Bug] #428: Fix an issue in BufferedFile (primarily used in the SFTP modules) concerning incorrect behavior by readlines on files whose size exceeds the buffer size * [Bug] #455: Tweak packet size handling to conform better to the OpenSSH RFCs; this helps address issues with interactive program cursors * [Bug] #413: (also #414, #420, #454) Be significantly smarter about polling & timing behavior when running proxy commands, to avoid unnecessary (often 100%!) CPU usageh01-ch5a 1698227352 3.3.1-150400.13.3.13.3.1python-paramiko-docdemosdemo.pydemo_keygen.pydemo_server.pydemo_sftp.pydemo_simple.pyforward.pyinteractive.pyrforward.pytest_rsa.keyuser_rsa_keyuser_rsa_key.pubpython-paramiko-docLICENSE/usr/share/doc/packages//usr/share/doc/packages/python-paramiko-doc//usr/share/doc/packages/python-paramiko-doc/demos//usr/share/licenses//usr/share/licenses/python-paramiko-doc/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:30963/SUSE_SLE-15-SP4_Update/f336f39cad5b229c959cdc6b27ce448b-python-paramiko.SUSE_SLE-15-SP4_Updatecpioxz5noarch-suse-linuxdirectoryPython script, ASCII text executableASCII text|mn5@ ^eoutf-8c34a36038b3c59bd9c41343b2475976da0fbb02fdc8d9396c40d9b04ee2212af?P7zXZ !t/'E] crt:bLL U rL|<\Yzp]TEQf3QD64{wEȃ\ <0)'Q'EeN=.dN]k6걅PQ@)a"1Fxmwzff}Ǟ{R-Xu@iőGs퉶d&4NDyW}Nd`L @Js9)#6)j רUqSIҢ/y?UL3t=Ҧ&$*϶ԁQrzLf!"[]v kp#YN# A-^1vMSvU gX[)B>ЧFQ A뻡 ۭ2Y?c_ 3f~v5Q$i}$ADg+R[p{oRK2U.g8:p5IQ[Vt@7։?r_9 vwqmQCS0'JUS i{1 PՃ B7.s.>Q)AˌӐ3 WI3.};tH_JՅ>3TvN-5r 㰈~V[-I9;e0ןMJDmy(Z xk7 =ep3Xtx9j3qT}c%!!]"f,8N0ekDžA7 ;l!_3BoKX4{+yڻ؅:k`9[U>͍RGۓTXۀ(r z`Cg!N-+"2Z1M;jO2P OfO#|NXFjB7,k)}`#/ JV R(LC`O}SRn Ü[KDB&gi`YcS6Ȉ_kV$* ftH]؉  zۿU(!oOLdeղ Y&jZL[ y] Ӏ5TIZJgu Su}$w$:y1"b*0)~ۓ̻v)c{;+Gm1OOؖ:-W == 8|NvL,g o3 f!EY`mj*rCzIL--@˛MA/kTJUG~V!vώp5)ms1pW:peLyA)v?L2j|N3Iȕpf壉d0DXm5|Ŝhp|B(E gST3M`Sޤby G(O 9gxGM=3[߫Qh7-]]IK=7XF!?us&>ʢ_ 3(sGt-z58YU/ lZrw:Z 2i exƜ 1^䋞 [Q8O "3 A -H2mwF/ n6]FY풷F"0wF3FW-NlRx;SF(w.mBu;Dc!^5ipYu{(d t&ba/TƜs-R5Ri!yh~3.Fѱ1ZBWoU[yάbHXSTV~Yev~4&"8 8dͥr%hw#AutHx^iFwpجnuao]f?rzEA#ӝog(hkOn%^2^K^O2ZBkCECP?DQi0ͨ1Q5/؃3+ё;[+9;4}~ T;t]QۄYju u1k!4f^قmGAB/QNg'3! I@!Q |588WJr~w|~ݻByGX,#_)!)5&rD rq~f*%{,"ќ\;@'|pRڽs0c4Gwϱ lyMU6,or@#Ê9) Ly*`s̏-B|N\4L7/ " &L;j)u@*o :?4ڻ~ 4WnHyTf]c,tv5s/ƫhi^%/7DzP?bWo5W!w zE8wbRq(p#pg( 27>ļ1(J.jj.D {lyRk!-q 꾗[詈[TQ~ѬWZ7Tg$dЃ& /o{@Q\G-u#.lJ!$8FL ==w5^TZ4- 9 ŽQ 5QEkg,i*I8+_6 dgvW >~ e[.y05 O`qdat7[y5n !?o(\@oz&5_WvA x0ݗgD]>}">Yp2*y'pPmZjh)H{*1ʮrX-#Ã2pYPry4Bl]|YxCu!}Q~܄a11 \$AT6[r/%v3`GؠԒX?5zem"POdNv+f0fRׁ]*C /M=DbĵiY_bre, o97p5n oNLL:`&~(ǰ&g5ʼnp o,ʰ_i˱ؒUɤ=o8E`E3ϢS4\~uB4@5<=)wS+4Sͳ?!NkP&\3XK{l`di^i[ȨP}eu2*#448iR"P?TI?%u(DK2% S1t wʒxuRrl΅Wse{aEzs!L=λkz$ G: dQUzoj۟Ge8 $V 1+ Eʺʑ-lBlV>B[b 2EօX^W6X"$vKeNKe_(ݤTpf:fkIEqvܬc}ٷְ" Ր?$@e6ÚM2ttqU[(n8Qn [0e#s;h!da X{?CXw 6k[p-_lym-xdzJtԓ*f` в ڞ%u`P, x  Q2"@RڳJA"A` |(߮ m=9 W87m&?jr,ABΰX0hi^%Bf?ʧ7l> £۵_;W<>g(?J$T:\:L>T:q[{PRpXE/XgQ'֫򫽂|L*v]XYh37OȚV+"ӢكS)gxv5le&ɭ 2d]"=)Ui^Jy^_x%a6{fYzR1 ǚuW@DXȻBYnGttFT !?nUo=2iQQ/n^"koc _*"ՊLw2OHNse ;8V-9\k7(dSM l [Csz9®^񨟤s)A5ylFR|uru( "ȸHէ&L5,Ϣa)ݞ3C?G^Ϟ2>I Dٰo#q.NfhJjEk fM]c2NexH.,G@KJ1qĮz4;„oYKs: O)|y Q@+ԧw{7`Y,|68J2fbW۠W" ГkZY 2 )oe:ܟ^nzR3r|T?_{_w'g>X2Ք7_02iZ6`({Ȼ#f=K\52%]h6lR Yjez1%|FP)$-Ԩ>=_2'X-~cKCHOCڋ*׬:ZKjT{fW#x·sQ9@8hȆ&Lѹwt[D[,}!Ue` W,jR)fȐ&xp"-2XcrsZ],d:[Pc Ȗ:EM|S } S˒'xi.>C&XT$cxV.&祟ӷhKq$T&N55^ 뉳jzʫJ(|(MoΈ/)>=4cS@s^$CgQ͠e U ,WferMm'h|^!Nã$wWy;h(H1X2炼r߱ ,@z}UĒQ-τElr.$,J8+WD:Vk!i|*ZmSJoϤeWR\O3J 4*qL] RT?n&5I j/g#m`}nf q=`W}>@_НgBG.g;]hIg.Ţgsv-X=ĻVq`hsI Flc؋MݛI0iiy+ :0;Yq1nY].LmG~+B񕊢3848d9ӯ;`?pʖ樓v[K |۽EYƲ왮 iAmSv)nE[ԘKd󎀚`!P.VOKu>ӅoO1v~w4Qu۫8h23 +WD``"?@"␎X2?v׽s͇ێ I󚯷tUOz9.+bHY`Mi%'_)|r”q`1f :?^I/kY7\d\j.ӂvp}ndiyN{nkGz>Evע&?1dE>\p`K#CL$HvRKpWaO,7dχףḿ'H Tҕ}V26laQKot7@D"ZNbyCG:t8JP.),_ᆜ~%w#׋ .D1z/E-: ACqɩ}K'H+»8 T~JjM3Vo2^ nQiE{ZaR[!4L)b8dYK\'~Ź9WiK.Rt\Nj1;>PD}FD;s^aETA9rl3TP  9.[z|+ա,Y;\[k_+mڢn%|&R?!S¢v?iI-sΦAj$RWz9 쮮>ƹa F\(Xk)cގ UAޫ?UB0aѬC3kFWSos=*+vFӬ}eb!\Gs5`VT[86=/ya `h,#GPO:DOM2wg{+r/SW-!xY\(6A8a#w; o[:Td3$^F2ѺqOm翍;5ٜ@RS^@gϷ"KGƯNt{8oko{{ l)bȷ8HH'"!n:ႬbCDg8Q8Ŷߩ~[NJuB~V Pf Kc˘-Q>^Ωc UnN?!nNXf@z%c+HɛQb6Ф&VށF&G[7Yy@ xA20\o~LWfՙ`(k| üS;Bk\.~~Jzq:+qB)4AT6LP!4C|5-pPV@ | L:وf@ӣA*rW,Cڷl2ޭ?/Kɧ3Gnr6+'&^;7Bk30Q4I Ob3`]#_8%8Xh>*G/?E/@G^zMz:>pC12m.}ilp3{0fjM=gqȅR>I(xb d3MkK4WJ!1.)8(JnAO&0e2^^j$0ڗDdY)盇C[=#~;3a_6X><o@4B#(A[a` XeEV,1Wm:A1+fbD<WLy3/Q' !UEakFr)scyL(Xx՛P="FfyZ)Qٵ`J#1޸tUĄ8o/0t9C7!OޱV_̙Ø_Q=yR7 t wMvW;{Rs k߇OJ }F/Ev9D퍍 ɻT#jEAoviоDx7(āZMb An[8*VE-_ ,Ć4Xu15L+\)k)1(Zw} ϛy ]^L4_?g7:]H4_"pցZLAN`ҧf1]t3)+4Rd|Rcs 4oS|"Ρox0!(U/^uͶ95!+S7d=o%n.,tx ʮP@&tnw*SM|][{מY ܐ>j iO &"Z <NI),~,:-/De Gy`r.COvnʍ3lk#wjbQ4$$],|@ыEҹ, ~.2! ޤ>u~A M+.Z]pۜXGEpٻwu(R>={.AC.Y'*HWI 9+,}^ DËVmK2%L2)4B{K*Rbes9iH0h"\"6UPnJ+uqТͪ-PN7*3 A-V@,|7}BWc?xMW}fn@ϦN_?# k6B4HX(q3GO01|y2FE +p'FQUbf[䩽ka=>ճՀ>uI`AW>'7eh-4c'gaJoS8hZ3-G]@N8Gd@u͒+a:N)N?K'82&X^SW/;v뒢q1AEs-'iSmBH]ω^@pǫ̮FG #/C~ȎH [z*&Σ!]V`;,\dt ET1MBٷ1Ve -3y" @y^{7*BI `"9랠jE uQ9Q0.(*L~ʩ|ć3XEHϬR XV&x%$ K4=0F$12¢gNv>nPƄ"-.182.(IRQ[y$͙4oi' N5j:]R[x%JRՙJґNxI@bˈ@ZX$ߏK/ B-#8w0>~LuX/?ުCj]bbjܲA=jɍ_bו8_R =eQ>aRd*V%<}?j,|!- 74N;;,~4d^XW^?t .X[zzp^؎ve,08m'g.R% [mbG=tG_<lзO i0M:k*F+:e?*&5Lb6Ȍ"ǸW@#}"jv"ɲ< wqbsjf5|Nf VU3kqp "XQ^0b&ytkΦR7@t'PU=L|MXPCs4'2j}ᔸ_ccK-av!ץ$}zNؒ];Ag6|rAdi$kK> ijw>mxxc$[+3xdh%QCFzvN+꺁-Qk{/pRg&jPܞ\Py߽"H{Yj1t)&i$ȵƟ'ػ:}S5ٗTHg?7DGgd(K&BXp1/?TJ/cHb0Y&[ve!3۽Dk_@)6fobH~.&al.TP }].;>߃l* {a0!oa Gt!jv%|3Ё b}JD&Y)ٚ~mZ[EW2`|Q46q&x4NY|}%tiLfp@iEgMEgCv%!`5U#oC?@l)+\أ} 39XBS{| QZF9ld 7J pK l#K]FXY[كڭ'v#FK0cG #dΜӖsޅ@yE%ϣC%J]%tD/ep ZBw+wʝVmv!uTxax V͚CpǤ\ :D/K:d#vr+P{klnc[&^7]wd(Q%HpiZA$-DW4\[SQ Ց9f tSx@qoi,';fe|КڟpH.oP c:eЉåXC$ߠίGQ+:տ5yAZ d"PfA4r䞏?=xв0V*ZƱ6/kDž"D\ǗTdjr5<|,S9t.OZק]"oDV" > $e唗䏥X*ūB`@9L k*=3 ל]TsjSb|"]&2$_P}wC Yǐy 婕dY 㞝 5s6](0C//2XeڛJ*[4D>Cʥ3RUlG5FT'U}'O^_byASEȁ: ,˂]JӮ2ǝ?ԙn>?B)kt]VeD횉~J&R4Tz()@ &\(yR+\[޴I)fq$!8eG}+U:T\fTACRU"NyE1>}nͰ?y-tpnHχPt(ܧwuC7P}ܨ32z<v8Irqn k# \IMD'Ҁ` be0đ.QwF:o_ƚrp**Ĭ MT!14Y{ 9 02X˲INw" \PbVLj?!`{ Z+|mYLj8&ԠXɳ RY%8ԲԌC Չ@DRtw+JkN)Vүf V)Tr7-1u+7H\h[{42#V|oV$ud!OG|׭.KF26l&xl32IeeH++"~pqLbj4"=YT(ӱtY@PI􄆘}a@ >2x#率J6-OfE|qu߁iP)ZUc=bREcgQd1o?~\0_ ` QIjHmL3 0-z:!EP/I7FZEŊZkTCGH"P!EWz0& i1X[?^sE;_:M_MGS Š},WD#~VZ;g?OWh3}‘HE9QI c~_ky6Kw?I/@Q<\5[EWݛvzVѦ&i ו< f7z?H.tO^P+lgj&Nqa N>тW9QydjkɁbP(h`I1*l1/D7M5ˉ#[ ̖y ^Fv}l@\Qk̝ *# /kdÕE#}*RFR> +q=dWL_GD1>W9 f]QE}#̟~iGכŘt[fŖWx46"!SC! -Dʌ, "l Ķ*h|Awx @ Ӈوek i=fih*ۋKXzş.@ibQH'?.H-ɠ-$?ItW[Ws dCht׻ۚP@ku  "-ھ@/I{rT`]ʄ+$-RF* c В`lKH@u=GEgjzΥxxohsއ_|"Qp&tF BCS0?uݱ4GmGzAmDuk1X>lr!SJPVØ.˧ I^Md(x4+~(n;KG][ KL1WZLKS_'z5$k;q'nBFCnJC&OҚWhG;!݈JE^ӥz_sEbOX3K7)8jdYfrUo~䃩D 2qgAo'M^~Y70Hy߼yօ8No2 XЩ64a1uĒ'ю#I^B+_ǻ︱?(wcdnqdd݂ m'독µ}#*ꏔ8N<(>ʌ:O+lm5'zk(dT^U-ь:,*r׾[X4.EcdJrBuYxay*i@QdK ZZIJP1LۢJnu$lbNmk‚GvHb=sTڨfyb91nGHcERĠ~1xj6Laia*m8߼7/Mzv!h9]>N \Ƃ(j-Χ,Ψ;LuHQ =:LUl'k\6wWў3=MӨޱjt o@ Itw?ĪWZW|ӲNvvA, Z~Ilg*KsȉA.,/jjh/~P,,C ^W veI"?s!;;G~u|?!_)5`- 5qY zkDd{1]!nſTg +!UڡXv)dz61e*(2$=fG@9Sa(WLxC 8FQˉUexNՆ'.+k,CŽzڢcu$=gM7gB0n5pGš8p;d-'c(](#4[-آ*QǤ]!KgPlл:r=R}Іc{o} {_ KޛVlTvh>T*]=~A eO/x]^%.͙vaZ) Q@uF S9vHeh@\*Pn&/hD $Q\Đ|ؔrF_rTdM^CaZvMHWMּg*O` }\(~|~q-b78 83@0E ib qV 4T / 7Y;fT;W`f}1{>IPxI|Qjmk-b6<ޒ]MWFvagS2dvNA0Yo2۞dpC;E0+bZFJTP%@^8`׏inظϼq@ZzbUEé*&e7!<9wT^!)^sZ b?*bfrCݙօX-|@t1{x]Vz0'#lH]|B̆G 3Ro;aNAVd"?sʇ)p7,fNyo5&BC|HyT63A+8I^`}蔢id@Dj6?GGdޔF+Oi DH+NvЀ(弡(?d$ni,mk)byn)a yڄtËM YZ