From e299181a5dda25aed4879ebcbe1359604448b3ae Mon Sep 17 00:00:00 2001 From: "Jeremy T. Bouse" Date: Fri, 27 Nov 2009 16:25:55 -0500 Subject: Imported Upstream version 1.7.6 --- PKG-INFO | 6 +- README | 6 +- demos/demo.py | 2 +- demos/demo_server.py | 2 +- demos/demo_sftp.py | 2 +- demos/demo_simple.py | 39 +- demos/forward.py | 2 +- demos/interactive.py | 2 +- demos/rforward.py | 2 +- docs/api-objects.txt | 96 +- docs/bug-index.html | 2 +- docs/class-tree.html | 9 +- docs/help.html | 2 +- docs/identifier-index.html | 611 +-- docs/module-tree.html | 2 +- docs/paramiko-module.html | 8 +- docs/paramiko-pysrc.html | 54 +- docs/paramiko.Agent-class.html | 2 +- docs/paramiko.AgentKey-class.html | 7 +- docs/paramiko.AuthenticationException-class.html | 11 +- docs/paramiko.AutoAddPolicy-class.html | 7 +- docs/paramiko.BadAuthenticationType-class.html | 11 +- docs/paramiko.BadHostKeyException-class.html | 11 +- docs/paramiko.BufferedFile-class.html | 7 +- docs/paramiko.Channel-class.html | 7 +- docs/paramiko.ChannelException-class.html | 11 +- docs/paramiko.DSSKey-class.html | 7 +- docs/paramiko.HostKeys-class.html | 2 +- docs/paramiko.Message-class.html | 7 +- docs/paramiko.MissingHostKeyPolicy-class.html | 7 +- docs/paramiko.PKey-class.html | 7 +- docs/paramiko.PasswordRequiredException-class.html | 11 +- docs/paramiko.RSAKey-class.html | 7 +- docs/paramiko.RejectPolicy-class.html | 7 +- docs/paramiko.SFTP-class.html | 7 +- docs/paramiko.SFTPAttributes-class.html | 7 +- docs/paramiko.SFTPClient-class.html | 10 +- docs/paramiko.SFTPError-class.html | 11 +- docs/paramiko.SFTPFile-class.html | 7 +- docs/paramiko.SFTPHandle-class.html | 7 +- docs/paramiko.SFTPServer-class.html | 13 +- docs/paramiko.SFTPServerInterface-class.html | 7 +- docs/paramiko.SSHClient-class.html | 7 +- docs/paramiko.SSHConfig-class.html | 19 +- docs/paramiko.SSHException-class.html | 11 +- docs/paramiko.SecurityOptions-class.html | 7 +- docs/paramiko.ServerInterface-class.html | 7 +- docs/paramiko.SubsystemHandler-class.html | 13 +- docs/paramiko.Transport-class.html | 13 +- docs/paramiko.WarningPolicy-class.html | 7 +- docs/paramiko.agent-module.html | 9 +- docs/paramiko.agent-pysrc.html | 40 +- docs/paramiko.auth_handler-module.html | 9 +- docs/paramiko.auth_handler-pysrc.html | 128 +- docs/paramiko.ber-module.html | 18 +- docs/paramiko.ber-pysrc.html | 58 +- docs/paramiko.ber.BER-class.html | 7 +- docs/paramiko.ber.BERException-class.html | 11 +- docs/paramiko.buffered_pipe-module.html | 18 +- docs/paramiko.buffered_pipe-pysrc.html | 46 +- .../paramiko.buffered_pipe.BufferedPipe-class.html | 7 +- docs/paramiko.buffered_pipe.PipeTimeout-class.html | 15 +- docs/paramiko.channel-module.html | 9 +- docs/paramiko.channel-pysrc.html | 2276 +++++----- docs/paramiko.channel.ChannelStderrFile-class.html | 7 +- docs/paramiko.client-module.html | 16 +- docs/paramiko.client-pysrc.html | 974 ++--- docs/paramiko.common-module.html | 9 +- docs/paramiko.common-pysrc.html | 46 +- docs/paramiko.compress-module.html | 18 +- docs/paramiko.compress-pysrc.html | 38 +- docs/paramiko.compress.ZlibCompressor-class.html | 7 +- docs/paramiko.compress.ZlibDecompressor-class.html | 7 +- docs/paramiko.config-module.html | 18 +- docs/paramiko.config-pysrc.html | 137 +- docs/paramiko.dsskey-module.html | 9 +- docs/paramiko.dsskey-pysrc.html | 118 +- docs/paramiko.file-module.html | 18 +- docs/paramiko.file-pysrc.html | 106 +- docs/paramiko.hostkeys-module.html | 9 +- docs/paramiko.hostkeys-pysrc.html | 559 +-- docs/paramiko.hostkeys.HostKeyEntry-class.html | 2 +- docs/paramiko.kex_gex-module.html | 9 +- docs/paramiko.kex_gex-pysrc.html | 136 +- docs/paramiko.kex_gex.KexGex-class.html | 7 +- docs/paramiko.kex_group1-module.html | 9 +- docs/paramiko.kex_group1-pysrc.html | 116 +- docs/paramiko.kex_group1.KexGroup1-class.html | 7 +- docs/paramiko.logging22-module.html | 9 +- docs/paramiko.logging22-pysrc.html | 38 +- docs/paramiko.logging22.Formatter-class.html | 7 +- docs/paramiko.logging22.StreamHandler-class.html | 7 +- docs/paramiko.logging22.logger-class.html | 7 +- docs/paramiko.message-module.html | 18 +- docs/paramiko.message-pysrc.html | 40 +- docs/paramiko.packet-module.html | 9 +- docs/paramiko.packet-pysrc.html | 102 +- docs/paramiko.packet.NeedRekeyException-class.html | 11 +- docs/paramiko.pipe-module.html | 18 +- docs/paramiko.pipe-pysrc.html | 44 +- docs/paramiko.pipe.OrPipe-class.html | 7 +- docs/paramiko.pipe.PosixPipe-class.html | 7 +- docs/paramiko.pipe.WindowsPipe-class.html | 7 +- docs/paramiko.pkey-module.html | 9 +- docs/paramiko.pkey-pysrc.html | 154 +- docs/paramiko.primes-module.html | 18 +- docs/paramiko.primes-pysrc.html | 82 +- docs/paramiko.primes.ModulusPack-class.html | 7 +- docs/paramiko.resource-module.html | 9 +- docs/paramiko.resource-pysrc.html | 44 +- docs/paramiko.rng-module.html | 9 +- docs/paramiko.rng-pysrc.html | 66 +- ...paramiko.rng.StrongLockingRandomPool-class.html | 7 +- docs/paramiko.rng_posix-module.html | 18 +- docs/paramiko.rng_posix-pysrc.html | 70 +- docs/paramiko.rng_posix.error-class.html | 11 +- docs/paramiko.rng_win32-module.html | 18 +- docs/paramiko.rng_win32-pysrc.html | 148 +- docs/paramiko.rng_win32.error-class.html | 11 +- docs/paramiko.rsakey-module.html | 9 +- docs/paramiko.rsakey-pysrc.html | 110 +- docs/paramiko.server-module.html | 9 +- docs/paramiko.server-pysrc.html | 43 +- docs/paramiko.sftp-module.html | 9 +- docs/paramiko.sftp-pysrc.html | 70 +- docs/paramiko.sftp_attr-module.html | 9 +- docs/paramiko.sftp_attr-pysrc.html | 50 +- docs/paramiko.sftp_client-module.html | 9 +- docs/paramiko.sftp_client-pysrc.html | 1585 +++---- docs/paramiko.sftp_file-module.html | 9 +- docs/paramiko.sftp_file-pysrc.html | 95 +- docs/paramiko.sftp_handle-module.html | 9 +- docs/paramiko.sftp_handle-pysrc.html | 44 +- docs/paramiko.sftp_server-module.html | 9 +- docs/paramiko.sftp_server-pysrc.html | 398 +- docs/paramiko.sftp_si-module.html | 9 +- docs/paramiko.sftp_si-pysrc.html | 43 +- docs/paramiko.ssh_exception-module.html | 18 +- docs/paramiko.ssh_exception-pysrc.html | 44 +- ....ssh_exception.PartialAuthentication-class.html | 11 +- docs/paramiko.transport-module.html | 9 +- docs/paramiko.transport-pysrc.html | 4392 ++++++++++---------- docs/paramiko.transport.ChannelMap-class.html | 7 +- docs/paramiko.util-module.html | 17 +- docs/paramiko.util-pysrc.html | 564 +-- docs/paramiko.util.Counter-class.html | 258 ++ docs/paramiko.util.PFilter-class.html | 7 +- docs/paramiko.util.enumerate-class.html | 2 +- docs/paramiko.win_pageant-module.html | 9 +- docs/paramiko.win_pageant-pysrc.html | 68 +- ...ramiko.win_pageant.PageantConnection-class.html | 7 +- docs/redirect.html | 2 +- docs/since-index.html | 2 +- docs/toc-everything.html | 13 +- docs/toc-paramiko.ber-module.html | 1 + docs/toc-paramiko.buffered_pipe-module.html | 1 + docs/toc-paramiko.compress-module.html | 1 + docs/toc-paramiko.config-module.html | 1 + docs/toc-paramiko.file-module.html | 1 + docs/toc-paramiko.logging22-module.html | 3 +- docs/toc-paramiko.message-module.html | 1 + docs/toc-paramiko.pipe-module.html | 1 + docs/toc-paramiko.primes-module.html | 1 + docs/toc-paramiko.rng_posix-module.html | 1 + docs/toc-paramiko.rng_win32-module.html | 4 +- docs/toc-paramiko.ssh_exception-module.html | 1 + docs/toc-paramiko.util-module.html | 6 +- docs/toc-paramiko.win_pageant-module.html | 3 +- paramiko.egg-info/PKG-INFO | 6 +- paramiko.egg-info/SOURCES.txt | 3 +- paramiko/__init__.py | 14 +- paramiko/auth_handler.py | 4 +- paramiko/ber.py | 2 +- paramiko/buffered_pipe.py | 2 +- paramiko/channel.py | 49 +- paramiko/client.py | 116 +- paramiko/common.py | 2 +- paramiko/compress.py | 2 +- paramiko/config.py | 43 +- paramiko/dsskey.py | 2 +- paramiko/file.py | 2 +- paramiko/hostkeys.py | 57 +- paramiko/kex_gex.py | 2 +- paramiko/kex_group1.py | 2 +- paramiko/logging22.py | 2 +- paramiko/message.py | 4 +- paramiko/packet.py | 6 +- paramiko/pipe.py | 2 +- paramiko/pkey.py | 2 +- paramiko/primes.py | 2 +- paramiko/resource.py | 2 +- paramiko/rng_posix.py | 10 +- paramiko/rsakey.py | 2 +- paramiko/server.py | 2 +- paramiko/sftp.py | 2 +- paramiko/sftp_attr.py | 2 +- paramiko/sftp_client.py | 135 +- paramiko/sftp_file.py | 2 +- paramiko/sftp_handle.py | 2 +- paramiko/sftp_server.py | 2 +- paramiko/sftp_si.py | 2 +- paramiko/ssh_exception.py | 2 +- paramiko/transport.py | 197 +- paramiko/util.py | 38 +- setup.py | 10 +- setup_helper.py | 2 +- test.py | 2 +- tests/loop.py | 2 +- tests/stub_sftp.py | 2 +- tests/test_auth.py | 2 +- tests/test_buffered_pipe.py | 2 +- tests/test_client.py | 40 +- tests/test_file.py | 2 +- tests/test_hostkeys.py | 2 +- tests/test_kex.py | 2 +- tests/test_message.py | 2 +- tests/test_packetizer.py | 2 +- tests/test_pkey.py | 2 +- tests/test_sftp.py | 58 +- tests/test_sftp_big.py | 2 +- tests/test_transport.py | 33 +- tests/test_util.py | 2 +- 222 files changed, 8665 insertions(+), 7379 deletions(-) mode change 100755 => 100644 demos/demo_server.py mode change 100755 => 100644 demos/forward.py create mode 100644 docs/paramiko.util.Counter-class.html diff --git a/PKG-INFO b/PKG-INFO index f40d53f..b94ab07 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,12 +1,12 @@ Metadata-Version: 1.0 Name: paramiko -Version: 1.7.4 +Version: 1.7.6 Summary: SSH2 protocol library Home-page: http://www.lag.net/paramiko/ Author: Robey Pointer -Author-email: robey@lag.net +Author-email: robeypointer@gmail.com License: LGPL -Download-URL: http://www.lag.net/paramiko/download/paramiko-1.7.4.zip +Download-URL: http://www.lag.net/paramiko/download/paramiko-1.7.6.zip Description: This is a library for making SSH2 connections (client or server). Emphasis is on using SSH2 as an alternative to SSL for making secure diff --git a/README b/README index 6a4c69d..9c6532d 100644 --- a/README +++ b/README @@ -4,15 +4,15 @@ paramiko ======== :Paramiko: Python SSH module -:Copyright: Copyright (c) 2003-2008 Robey Pointer +:Copyright: Copyright (c) 2003-2009 Robey Pointer :License: LGPL :Homepage: http://www.lag.net/paramiko/ -paramiko 1.7.4 +paramiko 1.7.6 ============== -"Desmond" release, 06 july 2008 +"Fanny" release, 1 november 2009 What diff --git a/demos/demo.py b/demos/demo.py index c8346ce..05524d3 100755 --- a/demos/demo.py +++ b/demos/demo.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2003-2007 Robey Pointer +# Copyright (C) 2003-2007 Robey Pointer # # This file is part of paramiko. # diff --git a/demos/demo_server.py b/demos/demo_server.py old mode 100755 new mode 100644 index e7b0e61..4972928 --- a/demos/demo_server.py +++ b/demos/demo_server.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2003-2007 Robey Pointer +# Copyright (C) 2003-2007 Robey Pointer # # This file is part of paramiko. # diff --git a/demos/demo_sftp.py b/demos/demo_sftp.py index a823fb3..992615f 100755 --- a/demos/demo_sftp.py +++ b/demos/demo_sftp.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2003-2007 Robey Pointer +# Copyright (C) 2003-2007 Robey Pointer # # This file is part of paramiko. # diff --git a/demos/demo_simple.py b/demos/demo_simple.py index 5bcc214..231da8d 100755 --- a/demos/demo_simple.py +++ b/demos/demo_simple.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2003-2007 Robey Pointer +# Copyright (C) 2003-2007 Robey Pointer # # This file is part of paramiko. # @@ -59,43 +59,26 @@ if username == '': password = getpass.getpass('Password for %s@%s: ' % (username, hostname)) -# get host key, if we know one -hostkeytype = None -hostkey = None +# now, connect and use paramiko Client to negotiate SSH2 across the connection try: - host_keys = paramiko.util.load_host_keys(os.path.expanduser('~/.ssh/known_hosts')) -except IOError: - try: - # try ~/ssh/ too, because windows can't have a folder named ~/.ssh/ - host_keys = paramiko.util.load_host_keys(os.path.expanduser('~/ssh/known_hosts')) - except IOError: - print '*** Unable to open host keys file' - host_keys = {} - -if host_keys.has_key(hostname): - hostkeytype = host_keys[hostname].keys()[0] - hostkey = host_keys[hostname][hostkeytype] - print 'Using host key of type %s' % hostkeytype - - -# now, connect and use paramiko Transport to negotiate SSH2 across the connection -try: - t = paramiko.Transport((hostname, port)) - t.connect(username=username, password=password, hostkey=hostkey) - chan = t.open_session() - chan.get_pty() - chan.invoke_shell() + client = paramiko.SSHClient() + client.load_system_host_keys() + client.set_missing_host_key_policy(paramiko.WarningPolicy) + print '*** Connecting...' + client.connect(hostname, port, username, password) + chan = client.invoke_shell() + print repr(client.get_transport()) print '*** Here we go!' print interactive.interactive_shell(chan) chan.close() - t.close() + client.close() except Exception, e: print '*** Caught exception: %s: %s' % (e.__class__, e) traceback.print_exc() try: - t.close() + client.close() except: pass sys.exit(1) diff --git a/demos/forward.py b/demos/forward.py old mode 100755 new mode 100644 index 33c98ab..4e10785 --- a/demos/forward.py +++ b/demos/forward.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2003-2007 Robey Pointer +# Copyright (C) 2003-2007 Robey Pointer # # This file is part of paramiko. # diff --git a/demos/interactive.py b/demos/interactive.py index b80e661..4cbc617 100644 --- a/demos/interactive.py +++ b/demos/interactive.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Robey Pointer +# Copyright (C) 2003-2007 Robey Pointer # # This file is part of paramiko. # diff --git a/demos/rforward.py b/demos/rforward.py index 810fea6..ef4c532 100755 --- a/demos/rforward.py +++ b/demos/rforward.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2008 Robey Pointer +# Copyright (C) 2008 Robey Pointer # # This file is part of paramiko. # diff --git a/docs/api-objects.txt b/docs/api-objects.txt index 5ef02ce..70270dc 100644 --- a/docs/api-objects.txt +++ b/docs/api-objects.txt @@ -1,4 +1,5 @@ paramiko paramiko-module.html +paramiko.__package__ paramiko-module.html#__package__ paramiko.__license__ paramiko-module.html#__license__ paramiko.__version_info__ paramiko-module.html#__version_info__ paramiko.__author__ paramiko-module.html#__author__ @@ -7,6 +8,7 @@ paramiko.agent paramiko.agent-module.html paramiko.agent.SSH2_AGENT_IDENTITIES_ANSWER paramiko.agent-module.html#SSH2_AGENT_IDENTITIES_ANSWER paramiko.agent.SSH2_AGENTC_REQUEST_IDENTITIES paramiko.agent-module.html#SSH2_AGENTC_REQUEST_IDENTITIES paramiko.agent.SSH2_AGENTC_SIGN_REQUEST paramiko.agent-module.html#SSH2_AGENTC_SIGN_REQUEST +paramiko.agent.__package__ paramiko.agent-module.html#__package__ paramiko.agent.SSH2_AGENT_SIGN_RESPONSE paramiko.agent-module.html#SSH2_AGENT_SIGN_RESPONSE paramiko.auth_handler paramiko.auth_handler-module.html paramiko.auth_handler.AUTH_SUCCESSFUL paramiko.auth_handler-module.html#AUTH_SUCCESSFUL @@ -26,7 +28,7 @@ paramiko.auth_handler.AUTH_FAILED paramiko.auth_handler-module.html#AUTH_FAILED paramiko.auth_handler.MSG_CHANNEL_SUCCESS paramiko.auth_handler-module.html#MSG_CHANNEL_SUCCESS paramiko.auth_handler.MSG_USERAUTH_FAILURE paramiko.auth_handler-module.html#MSG_USERAUTH_FAILURE paramiko.auth_handler.MSG_REQUEST_FAILURE paramiko.auth_handler-module.html#MSG_REQUEST_FAILURE -paramiko.auth_handler.randpool paramiko.auth_handler-module.html#randpool +paramiko.auth_handler.__package__ paramiko.auth_handler-module.html#__package__ paramiko.auth_handler.MSG_CHANNEL_DATA paramiko.auth_handler-module.html#MSG_CHANNEL_DATA paramiko.auth_handler.AUTH_PARTIALLY_SUCCESSFUL paramiko.auth_handler-module.html#AUTH_PARTIALLY_SUCCESSFUL paramiko.auth_handler.OPEN_FAILED_ADMINISTRATIVELY_PROHIBITED paramiko.auth_handler-module.html#OPEN_FAILED_ADMINISTRATIVELY_PROHIBITED @@ -54,12 +56,15 @@ paramiko.auth_handler.MSG_SERVICE_REQUEST paramiko.auth_handler-module.html#MSG_ paramiko.auth_handler.MSG_CHANNEL_EXTENDED_DATA paramiko.auth_handler-module.html#MSG_CHANNEL_EXTENDED_DATA paramiko.auth_handler.MSG_CHANNEL_CLOSE paramiko.auth_handler-module.html#MSG_CHANNEL_CLOSE paramiko.auth_handler.DISCONNECT_AUTH_CANCELLED_BY_USER paramiko.auth_handler-module.html#DISCONNECT_AUTH_CANCELLED_BY_USER +paramiko.auth_handler.randpool paramiko.auth_handler-module.html#randpool paramiko.auth_handler.MSG_CHANNEL_OPEN_SUCCESS paramiko.auth_handler-module.html#MSG_CHANNEL_OPEN_SUCCESS paramiko.auth_handler.MSG_CHANNEL_EOF paramiko.auth_handler-module.html#MSG_CHANNEL_EOF paramiko.auth_handler.MSG_USERAUTH_SUCCESS paramiko.auth_handler-module.html#MSG_USERAUTH_SUCCESS paramiko.auth_handler.CONNECTION_FAILED_CODE paramiko.auth_handler-module.html#CONNECTION_FAILED_CODE paramiko.ber paramiko.ber-module.html +paramiko.ber.__package__ paramiko.ber-module.html#__package__ paramiko.buffered_pipe paramiko.buffered_pipe-module.html +paramiko.buffered_pipe.__package__ paramiko.buffered_pipe-module.html#__package__ paramiko.channel paramiko.channel-module.html paramiko.channel.AUTH_SUCCESSFUL paramiko.channel-module.html#AUTH_SUCCESSFUL paramiko.channel.MSG_KEXINIT paramiko.channel-module.html#MSG_KEXINIT @@ -78,7 +83,7 @@ paramiko.channel.MSG_CHANNEL_SUCCESS paramiko.channel-module.html#MSG_CHANNEL_SU paramiko.channel.MSG_USERAUTH_FAILURE paramiko.channel-module.html#MSG_USERAUTH_FAILURE paramiko.channel.MSG_REQUEST_FAILURE paramiko.channel-module.html#MSG_REQUEST_FAILURE paramiko.channel.OPEN_FAILED_ADMINISTRATIVELY_PROHIBITED paramiko.channel-module.html#OPEN_FAILED_ADMINISTRATIVELY_PROHIBITED -paramiko.channel.randpool paramiko.channel-module.html#randpool +paramiko.channel.__package__ paramiko.channel-module.html#__package__ paramiko.channel.MSG_CHANNEL_DATA paramiko.channel-module.html#MSG_CHANNEL_DATA paramiko.channel.CRITICAL paramiko.channel-module.html#CRITICAL paramiko.channel.MSG_IGNORE paramiko.channel-module.html#MSG_IGNORE @@ -107,6 +112,7 @@ paramiko.channel.MSG_SERVICE_REQUEST paramiko.channel-module.html#MSG_SERVICE_RE paramiko.channel.MSG_CHANNEL_EXTENDED_DATA paramiko.channel-module.html#MSG_CHANNEL_EXTENDED_DATA paramiko.channel.MSG_CHANNEL_CLOSE paramiko.channel-module.html#MSG_CHANNEL_CLOSE paramiko.channel.DISCONNECT_AUTH_CANCELLED_BY_USER paramiko.channel-module.html#DISCONNECT_AUTH_CANCELLED_BY_USER +paramiko.channel.randpool paramiko.channel-module.html#randpool paramiko.channel.MSG_CHANNEL_OPEN_SUCCESS paramiko.channel-module.html#MSG_CHANNEL_OPEN_SUCCESS paramiko.channel.MSG_CHANNEL_EOF paramiko.channel-module.html#MSG_CHANNEL_EOF paramiko.channel.MSG_USERAUTH_SUCCESS paramiko.channel-module.html#MSG_USERAUTH_SUCCESS @@ -120,9 +126,11 @@ paramiko.client.MSG_NAMES paramiko.client-module.html#MSG_NAMES paramiko.client.MSG_REQUEST_FAILURE paramiko.client-module.html#MSG_REQUEST_FAILURE paramiko.client.MSG_CHANNEL_OPEN paramiko.client-module.html#MSG_CHANNEL_OPEN paramiko.client.MSG_SERVICE_REQUEST paramiko.client-module.html#MSG_SERVICE_REQUEST +paramiko.client.__package__ paramiko.client-module.html#__package__ paramiko.client.MSG_DISCONNECT paramiko.client-module.html#MSG_DISCONNECT paramiko.client.DISCONNECT_NO_MORE_AUTH_METHODS_AVAILABLE paramiko.client-module.html#DISCONNECT_NO_MORE_AUTH_METHODS_AVAILABLE paramiko.client.MSG_SERVICE_ACCEPT paramiko.client-module.html#MSG_SERVICE_ACCEPT +paramiko.client.SSH_PORT paramiko.client-module.html#SSH_PORT paramiko.client.MSG_IGNORE paramiko.client-module.html#MSG_IGNORE paramiko.client.WARNING paramiko.client-module.html#WARNING paramiko.client.MSG_GLOBAL_REQUEST paramiko.client-module.html#MSG_GLOBAL_REQUEST @@ -178,7 +186,7 @@ paramiko.common.MSG_USERAUTH_INFO_RESPONSE paramiko.common-module.html#MSG_USERA paramiko.common.MSG_CHANNEL_SUCCESS paramiko.common-module.html#MSG_CHANNEL_SUCCESS paramiko.common.MSG_USERAUTH_FAILURE paramiko.common-module.html#MSG_USERAUTH_FAILURE paramiko.common.MSG_REQUEST_FAILURE paramiko.common-module.html#MSG_REQUEST_FAILURE -paramiko.common.randpool paramiko.common-module.html#randpool +paramiko.common.__package__ paramiko.common-module.html#__package__ paramiko.common.MSG_CHANNEL_DATA paramiko.common-module.html#MSG_CHANNEL_DATA paramiko.common.CRITICAL paramiko.common-module.html#CRITICAL paramiko.common.OPEN_FAILED_ADMINISTRATIVELY_PROHIBITED paramiko.common-module.html#OPEN_FAILED_ADMINISTRATIVELY_PROHIBITED @@ -207,12 +215,15 @@ paramiko.common.AUTH_FAILED paramiko.common-module.html#AUTH_FAILED paramiko.common.MSG_CHANNEL_EXTENDED_DATA paramiko.common-module.html#MSG_CHANNEL_EXTENDED_DATA paramiko.common.MSG_CHANNEL_CLOSE paramiko.common-module.html#MSG_CHANNEL_CLOSE paramiko.common.DISCONNECT_AUTH_CANCELLED_BY_USER paramiko.common-module.html#DISCONNECT_AUTH_CANCELLED_BY_USER +paramiko.common.randpool paramiko.common-module.html#randpool paramiko.common.MSG_CHANNEL_OPEN_SUCCESS paramiko.common-module.html#MSG_CHANNEL_OPEN_SUCCESS paramiko.common.MSG_CHANNEL_EOF paramiko.common-module.html#MSG_CHANNEL_EOF paramiko.common.MSG_USERAUTH_SUCCESS paramiko.common-module.html#MSG_USERAUTH_SUCCESS paramiko.common.CONNECTION_FAILED_CODE paramiko.common-module.html#CONNECTION_FAILED_CODE paramiko.compress paramiko.compress-module.html +paramiko.compress.__package__ paramiko.compress-module.html#__package__ paramiko.config paramiko.config-module.html +paramiko.config.__package__ paramiko.config-module.html#__package__ paramiko.dsskey paramiko.dsskey-module.html paramiko.dsskey.AUTH_SUCCESSFUL paramiko.dsskey-module.html#AUTH_SUCCESSFUL paramiko.dsskey.MSG_KEXINIT paramiko.dsskey-module.html#MSG_KEXINIT @@ -231,7 +242,7 @@ paramiko.dsskey.MSG_GLOBAL_REQUEST paramiko.dsskey-module.html#MSG_GLOBAL_REQUES paramiko.dsskey.MSG_USERAUTH_INFO_RESPONSE paramiko.dsskey-module.html#MSG_USERAUTH_INFO_RESPONSE paramiko.dsskey.MSG_CHANNEL_SUCCESS paramiko.dsskey-module.html#MSG_CHANNEL_SUCCESS paramiko.dsskey.MSG_USERAUTH_FAILURE paramiko.dsskey-module.html#MSG_USERAUTH_FAILURE -paramiko.dsskey.randpool paramiko.dsskey-module.html#randpool +paramiko.dsskey.__package__ paramiko.dsskey-module.html#__package__ paramiko.dsskey.MSG_CHANNEL_DATA paramiko.dsskey-module.html#MSG_CHANNEL_DATA paramiko.dsskey.CRITICAL paramiko.dsskey-module.html#CRITICAL paramiko.dsskey.OPEN_FAILED_ADMINISTRATIVELY_PROHIBITED paramiko.dsskey-module.html#OPEN_FAILED_ADMINISTRATIVELY_PROHIBITED @@ -259,11 +270,13 @@ paramiko.dsskey.AUTH_FAILED paramiko.dsskey-module.html#AUTH_FAILED paramiko.dsskey.MSG_CHANNEL_EXTENDED_DATA paramiko.dsskey-module.html#MSG_CHANNEL_EXTENDED_DATA paramiko.dsskey.MSG_CHANNEL_CLOSE paramiko.dsskey-module.html#MSG_CHANNEL_CLOSE paramiko.dsskey.DISCONNECT_AUTH_CANCELLED_BY_USER paramiko.dsskey-module.html#DISCONNECT_AUTH_CANCELLED_BY_USER +paramiko.dsskey.randpool paramiko.dsskey-module.html#randpool paramiko.dsskey.MSG_CHANNEL_OPEN_SUCCESS paramiko.dsskey-module.html#MSG_CHANNEL_OPEN_SUCCESS paramiko.dsskey.MSG_CHANNEL_EOF paramiko.dsskey-module.html#MSG_CHANNEL_EOF paramiko.dsskey.MSG_USERAUTH_SUCCESS paramiko.dsskey-module.html#MSG_USERAUTH_SUCCESS paramiko.dsskey.CONNECTION_FAILED_CODE paramiko.dsskey-module.html#CONNECTION_FAILED_CODE paramiko.file paramiko.file-module.html +paramiko.file.__package__ paramiko.file-module.html#__package__ paramiko.hostkeys paramiko.hostkeys-module.html paramiko.hostkeys.AUTH_SUCCESSFUL paramiko.hostkeys-module.html#AUTH_SUCCESSFUL paramiko.hostkeys.MSG_KEXINIT paramiko.hostkeys-module.html#MSG_KEXINIT @@ -281,7 +294,7 @@ paramiko.hostkeys.MSG_GLOBAL_REQUEST paramiko.hostkeys-module.html#MSG_GLOBAL_RE paramiko.hostkeys.MSG_USERAUTH_INFO_RESPONSE paramiko.hostkeys-module.html#MSG_USERAUTH_INFO_RESPONSE paramiko.hostkeys.MSG_CHANNEL_SUCCESS paramiko.hostkeys-module.html#MSG_CHANNEL_SUCCESS paramiko.hostkeys.MSG_USERAUTH_FAILURE paramiko.hostkeys-module.html#MSG_USERAUTH_FAILURE -paramiko.hostkeys.randpool paramiko.hostkeys-module.html#randpool +paramiko.hostkeys.__package__ paramiko.hostkeys-module.html#__package__ paramiko.hostkeys.MSG_CHANNEL_DATA paramiko.hostkeys-module.html#MSG_CHANNEL_DATA paramiko.hostkeys.CRITICAL paramiko.hostkeys-module.html#CRITICAL paramiko.hostkeys.OPEN_FAILED_ADMINISTRATIVELY_PROHIBITED paramiko.hostkeys-module.html#OPEN_FAILED_ADMINISTRATIVELY_PROHIBITED @@ -311,6 +324,7 @@ paramiko.hostkeys.AUTH_FAILED paramiko.hostkeys-module.html#AUTH_FAILED paramiko.hostkeys.MSG_CHANNEL_EXTENDED_DATA paramiko.hostkeys-module.html#MSG_CHANNEL_EXTENDED_DATA paramiko.hostkeys.MSG_CHANNEL_CLOSE paramiko.hostkeys-module.html#MSG_CHANNEL_CLOSE paramiko.hostkeys.DISCONNECT_AUTH_CANCELLED_BY_USER paramiko.hostkeys-module.html#DISCONNECT_AUTH_CANCELLED_BY_USER +paramiko.hostkeys.randpool paramiko.hostkeys-module.html#randpool paramiko.hostkeys.MSG_CHANNEL_OPEN_SUCCESS paramiko.hostkeys-module.html#MSG_CHANNEL_OPEN_SUCCESS paramiko.hostkeys.MSG_CHANNEL_EOF paramiko.hostkeys-module.html#MSG_CHANNEL_EOF paramiko.hostkeys.CONNECTION_FAILED_CODE paramiko.hostkeys-module.html#CONNECTION_FAILED_CODE @@ -332,7 +346,7 @@ paramiko.kex_gex.MSG_USERAUTH_INFO_RESPONSE paramiko.kex_gex-module.html#MSG_USE paramiko.kex_gex.MSG_CHANNEL_SUCCESS paramiko.kex_gex-module.html#MSG_CHANNEL_SUCCESS paramiko.kex_gex.MSG_USERAUTH_FAILURE paramiko.kex_gex-module.html#MSG_USERAUTH_FAILURE paramiko.kex_gex.MSG_REQUEST_FAILURE paramiko.kex_gex-module.html#MSG_REQUEST_FAILURE -paramiko.kex_gex.randpool paramiko.kex_gex-module.html#randpool +paramiko.kex_gex.__package__ paramiko.kex_gex-module.html#__package__ paramiko.kex_gex.MSG_CHANNEL_DATA paramiko.kex_gex-module.html#MSG_CHANNEL_DATA paramiko.kex_gex.CRITICAL paramiko.kex_gex-module.html#CRITICAL paramiko.kex_gex._MSG_KEXDH_GEX_REQUEST_OLD paramiko.kex_gex-module.html#_MSG_KEXDH_GEX_REQUEST_OLD @@ -365,6 +379,7 @@ paramiko.kex_gex._MSG_KEXDH_GEX_REQUEST paramiko.kex_gex-module.html#_MSG_KEXDH_ paramiko.kex_gex.MSG_CHANNEL_EXTENDED_DATA paramiko.kex_gex-module.html#MSG_CHANNEL_EXTENDED_DATA paramiko.kex_gex.MSG_CHANNEL_CLOSE paramiko.kex_gex-module.html#MSG_CHANNEL_CLOSE paramiko.kex_gex.DISCONNECT_AUTH_CANCELLED_BY_USER paramiko.kex_gex-module.html#DISCONNECT_AUTH_CANCELLED_BY_USER +paramiko.kex_gex.randpool paramiko.kex_gex-module.html#randpool paramiko.kex_gex.MSG_CHANNEL_OPEN_SUCCESS paramiko.kex_gex-module.html#MSG_CHANNEL_OPEN_SUCCESS paramiko.kex_gex.MSG_CHANNEL_EOF paramiko.kex_gex-module.html#MSG_CHANNEL_EOF paramiko.kex_gex.MSG_USERAUTH_SUCCESS paramiko.kex_gex-module.html#MSG_USERAUTH_SUCCESS @@ -389,7 +404,7 @@ paramiko.kex_group1.P paramiko.kex_group1-module.html#P paramiko.kex_group1.MSG_CHANNEL_SUCCESS paramiko.kex_group1-module.html#MSG_CHANNEL_SUCCESS paramiko.kex_group1.MSG_USERAUTH_FAILURE paramiko.kex_group1-module.html#MSG_USERAUTH_FAILURE paramiko.kex_group1.MSG_REQUEST_FAILURE paramiko.kex_group1-module.html#MSG_REQUEST_FAILURE -paramiko.kex_group1.randpool paramiko.kex_group1-module.html#randpool +paramiko.kex_group1.__package__ paramiko.kex_group1-module.html#__package__ paramiko.kex_group1.MSG_CHANNEL_DATA paramiko.kex_group1-module.html#MSG_CHANNEL_DATA paramiko.kex_group1.CRITICAL paramiko.kex_group1-module.html#CRITICAL paramiko.kex_group1.OPEN_FAILED_ADMINISTRATIVELY_PROHIBITED paramiko.kex_group1-module.html#OPEN_FAILED_ADMINISTRATIVELY_PROHIBITED @@ -419,6 +434,7 @@ paramiko.kex_group1.AUTH_FAILED paramiko.kex_group1-module.html#AUTH_FAILED paramiko.kex_group1.MSG_CHANNEL_EXTENDED_DATA paramiko.kex_group1-module.html#MSG_CHANNEL_EXTENDED_DATA paramiko.kex_group1.MSG_CHANNEL_CLOSE paramiko.kex_group1-module.html#MSG_CHANNEL_CLOSE paramiko.kex_group1.DISCONNECT_AUTH_CANCELLED_BY_USER paramiko.kex_group1-module.html#DISCONNECT_AUTH_CANCELLED_BY_USER +paramiko.kex_group1.randpool paramiko.kex_group1-module.html#randpool paramiko.kex_group1.MSG_CHANNEL_OPEN_SUCCESS paramiko.kex_group1-module.html#MSG_CHANNEL_OPEN_SUCCESS paramiko.kex_group1.MSG_CHANNEL_EOF paramiko.kex_group1-module.html#MSG_CHANNEL_EOF paramiko.kex_group1.MSG_USERAUTH_SUCCESS paramiko.kex_group1-module.html#MSG_USERAUTH_SUCCESS @@ -427,11 +443,13 @@ paramiko.logging22 paramiko.logging22-module.html paramiko.logging22.INFO paramiko.logging22-module.html#INFO paramiko.logging22.WARNING paramiko.logging22-module.html#WARNING paramiko.logging22._logger paramiko.logging22-module.html#_logger +paramiko.logging22.__package__ paramiko.logging22-module.html#__package__ paramiko.logging22.getLogger paramiko.logging22-module.html#getLogger paramiko.logging22.CRITICAL paramiko.logging22-module.html#CRITICAL paramiko.logging22.ERROR paramiko.logging22-module.html#ERROR paramiko.logging22.DEBUG paramiko.logging22-module.html#DEBUG paramiko.message paramiko.message-module.html +paramiko.message.__package__ paramiko.message-module.html#__package__ paramiko.packet paramiko.packet-module.html paramiko.packet.AUTH_SUCCESSFUL paramiko.packet-module.html#AUTH_SUCCESSFUL paramiko.packet.MSG_KEXINIT paramiko.packet-module.html#MSG_KEXINIT @@ -452,7 +470,7 @@ paramiko.packet.MSG_CHANNEL_SUCCESS paramiko.packet-module.html#MSG_CHANNEL_SUCC paramiko.packet.MSG_USERAUTH_FAILURE paramiko.packet-module.html#MSG_USERAUTH_FAILURE paramiko.packet.compute_hmac paramiko.packet-module.html#compute_hmac paramiko.packet.MSG_REQUEST_FAILURE paramiko.packet-module.html#MSG_REQUEST_FAILURE -paramiko.packet.randpool paramiko.packet-module.html#randpool +paramiko.packet.__package__ paramiko.packet-module.html#__package__ paramiko.packet.MSG_CHANNEL_DATA paramiko.packet-module.html#MSG_CHANNEL_DATA paramiko.packet.CRITICAL paramiko.packet-module.html#CRITICAL paramiko.packet.OPEN_FAILED_ADMINISTRATIVELY_PROHIBITED paramiko.packet-module.html#OPEN_FAILED_ADMINISTRATIVELY_PROHIBITED @@ -480,12 +498,14 @@ paramiko.packet.AUTH_FAILED paramiko.packet-module.html#AUTH_FAILED paramiko.packet.MSG_CHANNEL_EXTENDED_DATA paramiko.packet-module.html#MSG_CHANNEL_EXTENDED_DATA paramiko.packet.MSG_CHANNEL_CLOSE paramiko.packet-module.html#MSG_CHANNEL_CLOSE paramiko.packet.DISCONNECT_AUTH_CANCELLED_BY_USER paramiko.packet-module.html#DISCONNECT_AUTH_CANCELLED_BY_USER +paramiko.packet.randpool paramiko.packet-module.html#randpool paramiko.packet.MSG_CHANNEL_OPEN_SUCCESS paramiko.packet-module.html#MSG_CHANNEL_OPEN_SUCCESS paramiko.packet.MSG_CHANNEL_EOF paramiko.packet-module.html#MSG_CHANNEL_EOF paramiko.packet.MSG_USERAUTH_SUCCESS paramiko.packet-module.html#MSG_USERAUTH_SUCCESS paramiko.packet.CONNECTION_FAILED_CODE paramiko.packet-module.html#CONNECTION_FAILED_CODE paramiko.pipe paramiko.pipe-module.html paramiko.pipe.make_or_pipe paramiko.pipe-module.html#make_or_pipe +paramiko.pipe.__package__ paramiko.pipe-module.html#__package__ paramiko.pipe.make_pipe paramiko.pipe-module.html#make_pipe paramiko.pkey paramiko.pkey-module.html paramiko.pkey.AUTH_SUCCESSFUL paramiko.pkey-module.html#AUTH_SUCCESSFUL @@ -537,19 +557,25 @@ paramiko.pkey.MSG_CHANNEL_OPEN_SUCCESS paramiko.pkey-module.html#MSG_CHANNEL_OPE paramiko.pkey.MSG_CHANNEL_EOF paramiko.pkey-module.html#MSG_CHANNEL_EOF paramiko.pkey.MSG_USERAUTH_SUCCESS paramiko.pkey-module.html#MSG_USERAUTH_SUCCESS paramiko.pkey.CONNECTION_FAILED_CODE paramiko.pkey-module.html#CONNECTION_FAILED_CODE +paramiko.pkey.__package__ paramiko.pkey-module.html#__package__ paramiko.primes paramiko.primes-module.html paramiko.primes._roll_random paramiko.primes-module.html#_roll_random paramiko.primes._generate_prime paramiko.primes-module.html#_generate_prime +paramiko.primes.__package__ paramiko.primes-module.html#__package__ paramiko.resource paramiko.resource-module.html paramiko.resource.ResourceManager paramiko.resource-module.html#ResourceManager +paramiko.resource.__package__ paramiko.resource-module.html#__package__ paramiko.rng paramiko.rng-module.html paramiko.rng.rng_device paramiko.rng-module.html#rng_device +paramiko.rng.__package__ paramiko.rng-module.html#__package__ paramiko.rng._strxor paramiko.rng-module.html#_strxor paramiko.rng_posix paramiko.rng_posix-module.html +paramiko.rng_posix.__package__ paramiko.rng_posix-module.html#__package__ paramiko.rng_posix.open_rng_device paramiko.rng_posix-module.html#open_rng_device paramiko.rng_win32 paramiko.rng_win32-module.html paramiko.rng_win32._winrandom paramiko.rng_win32-module.html#_winrandom paramiko.rng_win32._open_winrandom paramiko.rng_win32-module.html#_open_winrandom +paramiko.rng_win32.__package__ paramiko.rng_win32-module.html#__package__ paramiko.rng_win32.open_rng_device paramiko.rng_win32-module.html#open_rng_device paramiko.rng_win32._open_urandom paramiko.rng_win32-module.html#_open_urandom paramiko.rsakey paramiko.rsakey-module.html @@ -602,6 +628,7 @@ paramiko.rsakey.MSG_CHANNEL_OPEN_SUCCESS paramiko.rsakey-module.html#MSG_CHANNEL paramiko.rsakey.MSG_CHANNEL_EOF paramiko.rsakey-module.html#MSG_CHANNEL_EOF paramiko.rsakey.MSG_USERAUTH_SUCCESS paramiko.rsakey-module.html#MSG_USERAUTH_SUCCESS paramiko.rsakey.CONNECTION_FAILED_CODE paramiko.rsakey-module.html#CONNECTION_FAILED_CODE +paramiko.rsakey.__package__ paramiko.rsakey-module.html#__package__ paramiko.server paramiko.server-module.html paramiko.server.AUTH_SUCCESSFUL paramiko.server-module.html#AUTH_SUCCESSFUL paramiko.server.MSG_KEXINIT paramiko.server-module.html#MSG_KEXINIT @@ -620,7 +647,7 @@ paramiko.server.AUTH_FAILED paramiko.server-module.html#AUTH_FAILED paramiko.server.MSG_CHANNEL_SUCCESS paramiko.server-module.html#MSG_CHANNEL_SUCCESS paramiko.server.MSG_USERAUTH_FAILURE paramiko.server-module.html#MSG_USERAUTH_FAILURE paramiko.server.MSG_REQUEST_FAILURE paramiko.server-module.html#MSG_REQUEST_FAILURE -paramiko.server.randpool paramiko.server-module.html#randpool +paramiko.server.__package__ paramiko.server-module.html#__package__ paramiko.server.MSG_CHANNEL_DATA paramiko.server-module.html#MSG_CHANNEL_DATA paramiko.server.CRITICAL paramiko.server-module.html#CRITICAL paramiko.server.OPEN_FAILED_ADMINISTRATIVELY_PROHIBITED paramiko.server-module.html#OPEN_FAILED_ADMINISTRATIVELY_PROHIBITED @@ -648,6 +675,7 @@ paramiko.server.MSG_SERVICE_REQUEST paramiko.server-module.html#MSG_SERVICE_REQU paramiko.server.MSG_CHANNEL_EXTENDED_DATA paramiko.server-module.html#MSG_CHANNEL_EXTENDED_DATA paramiko.server.MSG_CHANNEL_CLOSE paramiko.server-module.html#MSG_CHANNEL_CLOSE paramiko.server.DISCONNECT_AUTH_CANCELLED_BY_USER paramiko.server-module.html#DISCONNECT_AUTH_CANCELLED_BY_USER +paramiko.server.randpool paramiko.server-module.html#randpool paramiko.server.MSG_CHANNEL_OPEN_SUCCESS paramiko.server-module.html#MSG_CHANNEL_OPEN_SUCCESS paramiko.server.MSG_CHANNEL_EOF paramiko.server-module.html#MSG_CHANNEL_EOF paramiko.server.MSG_USERAUTH_SUCCESS paramiko.server-module.html#MSG_USERAUTH_SUCCESS @@ -673,6 +701,7 @@ paramiko.sftp.MSG_CHANNEL_EOF paramiko.sftp-module.html#MSG_CHANNEL_EOF paramiko.sftp.SFTP_BAD_MESSAGE paramiko.sftp-module.html#SFTP_BAD_MESSAGE paramiko.sftp.PY22 paramiko.sftp-module.html#PY22 paramiko.sftp.CMD_READLINK paramiko.sftp-module.html#CMD_READLINK +paramiko.sftp.__package__ paramiko.sftp-module.html#__package__ paramiko.sftp.DISCONNECT_AUTH_CANCELLED_BY_USER paramiko.sftp-module.html#DISCONNECT_AUTH_CANCELLED_BY_USER paramiko.sftp.MSG_NEWKEYS paramiko.sftp-module.html#MSG_NEWKEYS paramiko.sftp.MSG_USERAUTH_SUCCESS paramiko.sftp-module.html#MSG_USERAUTH_SUCCESS @@ -768,6 +797,7 @@ paramiko.sftp_attr.MSG_CHANNEL_EOF paramiko.sftp_attr-module.html#MSG_CHANNEL_EO paramiko.sftp_attr.SFTP_BAD_MESSAGE paramiko.sftp_attr-module.html#SFTP_BAD_MESSAGE paramiko.sftp_attr.PY22 paramiko.sftp_attr-module.html#PY22 paramiko.sftp_attr.CMD_READLINK paramiko.sftp_attr-module.html#CMD_READLINK +paramiko.sftp_attr.__package__ paramiko.sftp_attr-module.html#__package__ paramiko.sftp_attr.DISCONNECT_AUTH_CANCELLED_BY_USER paramiko.sftp_attr-module.html#DISCONNECT_AUTH_CANCELLED_BY_USER paramiko.sftp_attr.MSG_NEWKEYS paramiko.sftp_attr-module.html#MSG_NEWKEYS paramiko.sftp_attr.MSG_USERAUTH_SUCCESS paramiko.sftp_attr-module.html#MSG_USERAUTH_SUCCESS @@ -863,6 +893,7 @@ paramiko.sftp_client.CMD_STAT paramiko.sftp_client-module.html#CMD_STAT paramiko.sftp_client.SFTP_BAD_MESSAGE paramiko.sftp_client-module.html#SFTP_BAD_MESSAGE paramiko.sftp_client.PY22 paramiko.sftp_client-module.html#PY22 paramiko.sftp_client.CMD_READLINK paramiko.sftp_client-module.html#CMD_READLINK +paramiko.sftp_client.__package__ paramiko.sftp_client-module.html#__package__ paramiko.sftp_client.DISCONNECT_AUTH_CANCELLED_BY_USER paramiko.sftp_client-module.html#DISCONNECT_AUTH_CANCELLED_BY_USER paramiko.sftp_client.MSG_NEWKEYS paramiko.sftp_client-module.html#MSG_NEWKEYS paramiko.sftp_client.MSG_USERAUTH_SUCCESS paramiko.sftp_client-module.html#MSG_USERAUTH_SUCCESS @@ -958,6 +989,7 @@ paramiko.sftp_file.CMD_STAT paramiko.sftp_file-module.html#CMD_STAT paramiko.sftp_file.SFTP_BAD_MESSAGE paramiko.sftp_file-module.html#SFTP_BAD_MESSAGE paramiko.sftp_file.PY22 paramiko.sftp_file-module.html#PY22 paramiko.sftp_file.CMD_READLINK paramiko.sftp_file-module.html#CMD_READLINK +paramiko.sftp_file.__package__ paramiko.sftp_file-module.html#__package__ paramiko.sftp_file.DISCONNECT_AUTH_CANCELLED_BY_USER paramiko.sftp_file-module.html#DISCONNECT_AUTH_CANCELLED_BY_USER paramiko.sftp_file.MSG_NEWKEYS paramiko.sftp_file-module.html#MSG_NEWKEYS paramiko.sftp_file.MSG_USERAUTH_SUCCESS paramiko.sftp_file-module.html#MSG_USERAUTH_SUCCESS @@ -1051,6 +1083,7 @@ paramiko.sftp_handle.MSG_CHANNEL_EOF paramiko.sftp_handle-module.html#MSG_CHANNE paramiko.sftp_handle.SFTP_BAD_MESSAGE paramiko.sftp_handle-module.html#SFTP_BAD_MESSAGE paramiko.sftp_handle.PY22 paramiko.sftp_handle-module.html#PY22 paramiko.sftp_handle.CMD_READLINK paramiko.sftp_handle-module.html#CMD_READLINK +paramiko.sftp_handle.__package__ paramiko.sftp_handle-module.html#__package__ paramiko.sftp_handle.DISCONNECT_AUTH_CANCELLED_BY_USER paramiko.sftp_handle-module.html#DISCONNECT_AUTH_CANCELLED_BY_USER paramiko.sftp_handle.MSG_NEWKEYS paramiko.sftp_handle-module.html#MSG_NEWKEYS paramiko.sftp_handle.MSG_USERAUTH_SUCCESS paramiko.sftp_handle-module.html#MSG_USERAUTH_SUCCESS @@ -1145,6 +1178,7 @@ paramiko.sftp_server.MSG_CHANNEL_EOF paramiko.sftp_server-module.html#MSG_CHANNE paramiko.sftp_server.SFTP_BAD_MESSAGE paramiko.sftp_server-module.html#SFTP_BAD_MESSAGE paramiko.sftp_server.PY22 paramiko.sftp_server-module.html#PY22 paramiko.sftp_server.CMD_READLINK paramiko.sftp_server-module.html#CMD_READLINK +paramiko.sftp_server.__package__ paramiko.sftp_server-module.html#__package__ paramiko.sftp_server.DISCONNECT_AUTH_CANCELLED_BY_USER paramiko.sftp_server-module.html#DISCONNECT_AUTH_CANCELLED_BY_USER paramiko.sftp_server.MSG_NEWKEYS paramiko.sftp_server-module.html#MSG_NEWKEYS paramiko.sftp_server.MSG_USERAUTH_SUCCESS paramiko.sftp_server-module.html#MSG_USERAUTH_SUCCESS @@ -1240,6 +1274,7 @@ paramiko.sftp_si.MSG_CHANNEL_EOF paramiko.sftp_si-module.html#MSG_CHANNEL_EOF paramiko.sftp_si.SFTP_BAD_MESSAGE paramiko.sftp_si-module.html#SFTP_BAD_MESSAGE paramiko.sftp_si.PY22 paramiko.sftp_si-module.html#PY22 paramiko.sftp_si.CMD_READLINK paramiko.sftp_si-module.html#CMD_READLINK +paramiko.sftp_si.__package__ paramiko.sftp_si-module.html#__package__ paramiko.sftp_si.DISCONNECT_AUTH_CANCELLED_BY_USER paramiko.sftp_si-module.html#DISCONNECT_AUTH_CANCELLED_BY_USER paramiko.sftp_si.MSG_NEWKEYS paramiko.sftp_si-module.html#MSG_NEWKEYS paramiko.sftp_si.MSG_USERAUTH_SUCCESS paramiko.sftp_si-module.html#MSG_USERAUTH_SUCCESS @@ -1314,6 +1349,7 @@ paramiko.sftp_si.CMD_REALPATH paramiko.sftp_si-module.html#CMD_REALPATH paramiko.sftp_si.MSG_CHANNEL_CLOSE paramiko.sftp_si-module.html#MSG_CHANNEL_CLOSE paramiko.sftp_si.MSG_CHANNEL_OPEN_SUCCESS paramiko.sftp_si-module.html#MSG_CHANNEL_OPEN_SUCCESS paramiko.ssh_exception paramiko.ssh_exception-module.html +paramiko.ssh_exception.__package__ paramiko.ssh_exception-module.html#__package__ paramiko.transport paramiko.transport-module.html paramiko.transport.MSG_NAMES paramiko.transport-module.html#MSG_NAMES paramiko.transport.DISCONNECT_NO_MORE_AUTH_METHODS_AVAILABLE paramiko.transport-module.html#DISCONNECT_NO_MORE_AUTH_METHODS_AVAILABLE @@ -1337,7 +1373,6 @@ paramiko.transport.MSG_USERAUTH_BANNER paramiko.transport-module.html#MSG_USERAU paramiko.transport.MSG_CHANNEL_EOF paramiko.transport-module.html#MSG_CHANNEL_EOF paramiko.transport.AUTH_FAILED paramiko.transport-module.html#AUTH_FAILED paramiko.transport.MSG_USERAUTH_PK_OK paramiko.transport-module.html#MSG_USERAUTH_PK_OK -paramiko.transport.MSG_REQUEST_SUCCESS paramiko.transport-module.html#MSG_REQUEST_SUCCESS paramiko.transport.AUTH_SUCCESSFUL paramiko.transport-module.html#AUTH_SUCCESSFUL paramiko.transport.MSG_CHANNEL_WINDOW_ADJUST paramiko.transport-module.html#MSG_CHANNEL_WINDOW_ADJUST paramiko.transport.MSG_CHANNEL_REQUEST paramiko.transport-module.html#MSG_CHANNEL_REQUEST @@ -1357,14 +1392,16 @@ paramiko.transport.CONNECTION_FAILED_CODE paramiko.transport-module.html#CONNECT paramiko.transport.MSG_CHANNEL_OPEN paramiko.transport-module.html#MSG_CHANNEL_OPEN paramiko.transport.MSG_USERAUTH_INFO_RESPONSE paramiko.transport-module.html#MSG_USERAUTH_INFO_RESPONSE paramiko.transport.MSG_REQUEST_FAILURE paramiko.transport-module.html#MSG_REQUEST_FAILURE +paramiko.transport.__package__ paramiko.transport-module.html#__package__ paramiko.transport.AUTH_PARTIALLY_SUCCESSFUL paramiko.transport-module.html#AUTH_PARTIALLY_SUCCESSFUL paramiko.transport.OPEN_FAILED_ADMINISTRATIVELY_PROHIBITED paramiko.transport-module.html#OPEN_FAILED_ADMINISTRATIVELY_PROHIBITED paramiko.transport.MSG_CHANNEL_FAILURE paramiko.transport-module.html#MSG_CHANNEL_FAILURE -paramiko.transport.MSG_CHANNEL_CLOSE paramiko.transport-module.html#MSG_CHANNEL_CLOSE +paramiko.transport.MSG_REQUEST_SUCCESS paramiko.transport-module.html#MSG_REQUEST_SUCCESS paramiko.transport.OPEN_FAILED_CONNECT_FAILED paramiko.transport-module.html#OPEN_FAILED_CONNECT_FAILED paramiko.transport.MSG_USERAUTH_REQUEST paramiko.transport-module.html#MSG_USERAUTH_REQUEST paramiko.transport._join_lingering_threads paramiko.transport-module.html#_join_lingering_threads paramiko.transport.MSG_SERVICE_REQUEST paramiko.transport-module.html#MSG_SERVICE_REQUEST +paramiko.transport.MSG_CHANNEL_CLOSE paramiko.transport-module.html#MSG_CHANNEL_CLOSE paramiko.transport.MSG_CHANNEL_OPEN_SUCCESS paramiko.transport-module.html#MSG_CHANNEL_OPEN_SUCCESS paramiko.util paramiko.util-module.html paramiko.util.AUTH_SUCCESSFUL paramiko.util-module.html#AUTH_SUCCESSFUL @@ -1373,7 +1410,7 @@ paramiko.util.MSG_KEXINIT paramiko.util-module.html#MSG_KEXINIT paramiko.util.MSG_CHANNEL_WINDOW_ADJUST paramiko.util-module.html#MSG_CHANNEL_WINDOW_ADJUST paramiko.util.MSG_CHANNEL_REQUEST paramiko.util-module.html#MSG_CHANNEL_REQUEST paramiko.util.MSG_NAMES paramiko.util-module.html#MSG_NAMES -paramiko.util.log_to_file paramiko.util-module.html#log_to_file +paramiko.util.get_thread_id paramiko.util-module.html#get_thread_id paramiko.util.lookup_ssh_host_config paramiko.util-module.html#lookup_ssh_host_config paramiko.util.MSG_CHANNEL_OPEN paramiko.util-module.html#MSG_CHANNEL_OPEN paramiko.util.tb_strings paramiko.util-module.html#tb_strings @@ -1382,7 +1419,6 @@ paramiko.util.MSG_REQUEST_SUCCESS paramiko.util-module.html#MSG_REQUEST_SUCCESS paramiko.util.MSG_DISCONNECT paramiko.util-module.html#MSG_DISCONNECT paramiko.util.DISCONNECT_NO_MORE_AUTH_METHODS_AVAILABLE paramiko.util-module.html#DISCONNECT_NO_MORE_AUTH_METHODS_AVAILABLE paramiko.util.MSG_SERVICE_ACCEPT paramiko.util-module.html#MSG_SERVICE_ACCEPT -paramiko.util.get_thread_id paramiko.util-module.html#get_thread_id paramiko.util.MSG_IGNORE paramiko.util-module.html#MSG_IGNORE paramiko.util._g_thread_lock paramiko.util-module.html#_g_thread_lock paramiko.util.deflate_long paramiko.util-module.html#deflate_long @@ -1393,7 +1429,7 @@ paramiko.util.MSG_CHANNEL_SUCCESS paramiko.util-module.html#MSG_CHANNEL_SUCCESS paramiko.util.MSG_USERAUTH_FAILURE paramiko.util-module.html#MSG_USERAUTH_FAILURE paramiko.util.MSG_REQUEST_FAILURE paramiko.util-module.html#MSG_REQUEST_FAILURE paramiko.util.inflate_long paramiko.util-module.html#inflate_long -paramiko.util._g_thread_ids paramiko.util-module.html#_g_thread_ids +paramiko.util.__package__ paramiko.util-module.html#__package__ paramiko.util._g_thread_counter paramiko.util-module.html#_g_thread_counter paramiko.util.MSG_CHANNEL_DATA paramiko.util-module.html#MSG_CHANNEL_DATA paramiko.util.CRITICAL paramiko.util-module.html#CRITICAL @@ -1404,6 +1440,7 @@ paramiko.util.bit_length paramiko.util-module.html#bit_length paramiko.util.unhexify paramiko.util-module.html#unhexify paramiko.util.MSG_CHANNEL_OPEN_FAILURE paramiko.util-module.html#MSG_CHANNEL_OPEN_FAILURE paramiko.util.MSG_USERAUTH_INFO_REQUEST paramiko.util-module.html#MSG_USERAUTH_INFO_REQUEST +paramiko.util.log_to_file paramiko.util-module.html#log_to_file paramiko.util.MSG_DEBUG paramiko.util-module.html#MSG_DEBUG paramiko.util.MSG_CHANNEL_FAILURE paramiko.util-module.html#MSG_CHANNEL_FAILURE paramiko.util.OPEN_SUCCEEDED paramiko.util-module.html#OPEN_SUCCEEDED @@ -1436,15 +1473,17 @@ paramiko.util.DISCONNECT_AUTH_CANCELLED_BY_USER paramiko.util-module.html#DISCON paramiko.util.randpool paramiko.util-module.html#randpool paramiko.util.MSG_CHANNEL_OPEN_SUCCESS paramiko.util-module.html#MSG_CHANNEL_OPEN_SUCCESS paramiko.util.MSG_CHANNEL_EOF paramiko.util-module.html#MSG_CHANNEL_EOF +paramiko.util._g_thread_ids paramiko.util-module.html#_g_thread_ids paramiko.util.MSG_USERAUTH_SUCCESS paramiko.util-module.html#MSG_USERAUTH_SUCCESS paramiko.util.CONNECTION_FAILED_CODE paramiko.util-module.html#CONNECTION_FAILED_CODE paramiko.win_pageant paramiko.win_pageant-module.html paramiko.win_pageant.win32con_WM_COPYDATA paramiko.win_pageant-module.html#win32con_WM_COPYDATA paramiko.win_pageant._AGENT_MAX_MSGLEN paramiko.win_pageant-module.html#_AGENT_MAX_MSGLEN paramiko.win_pageant._query_pageant paramiko.win_pageant-module.html#_query_pageant -paramiko.win_pageant._has_win32all paramiko.win_pageant-module.html#_has_win32all +paramiko.win_pageant.__package__ paramiko.win_pageant-module.html#__package__ paramiko.win_pageant._AGENT_COPYDATA_ID paramiko.win_pageant-module.html#_AGENT_COPYDATA_ID paramiko.win_pageant._get_pageant_window_object paramiko.win_pageant-module.html#_get_pageant_window_object +paramiko.win_pageant._has_win32all paramiko.win_pageant-module.html#_has_win32all paramiko.win_pageant._has_ctypes paramiko.win_pageant-module.html#_has_ctypes paramiko.win_pageant.can_talk_to_agent paramiko.win_pageant-module.html#can_talk_to_agent paramiko.Agent paramiko.Agent-class.html @@ -1481,10 +1520,10 @@ paramiko.BadAuthenticationType.__str__ paramiko.BadAuthenticationType-class.html paramiko.BadAuthenticationType.allowed_types paramiko.BadAuthenticationType-class.html#allowed_types paramiko.BadAuthenticationType.__init__ paramiko.BadAuthenticationType-class.html#__init__ paramiko.BadHostKeyException paramiko.BadHostKeyException-class.html -paramiko.BadHostKeyException.hostname paramiko.BadHostKeyException-class.html#hostname paramiko.BadHostKeyException.expected_key paramiko.BadHostKeyException-class.html#expected_key -paramiko.BadHostKeyException.key paramiko.BadHostKeyException-class.html#key paramiko.BadHostKeyException.__init__ paramiko.BadHostKeyException-class.html#__init__ +paramiko.BadHostKeyException.hostname paramiko.BadHostKeyException-class.html#hostname +paramiko.BadHostKeyException.key paramiko.BadHostKeyException-class.html#key paramiko.BufferedFile paramiko.BufferedFile-class.html paramiko.BufferedFile.xreadlines paramiko.BufferedFile-class.html#xreadlines paramiko.BufferedFile.readlines paramiko.BufferedFile-class.html#readlines @@ -1533,6 +1572,7 @@ paramiko.Channel.recv_stderr paramiko.Channel-class.html#recv_stderr paramiko.Channel.__init__ paramiko.Channel-class.html#__init__ paramiko.Channel._set_closed paramiko.Channel-class.html#_set_closed paramiko.Channel.exit_status_ready paramiko.Channel-class.html#exit_status_ready +paramiko.Channel.request_x11 paramiko.Channel-class.html#request_x11 paramiko.Channel.recv_ready paramiko.Channel-class.html#recv_ready paramiko.Channel._feed_extended paramiko.Channel-class.html#_feed_extended paramiko.Channel.shutdown_write paramiko.Channel-class.html#shutdown_write @@ -1548,7 +1588,7 @@ paramiko.Channel.recv_stderr_ready paramiko.Channel-class.html#recv_stderr_ready paramiko.Channel._request_success paramiko.Channel-class.html#_request_success paramiko.Channel._send_eof paramiko.Channel-class.html#_send_eof paramiko.Channel._window_adjust paramiko.Channel-class.html#_window_adjust -paramiko.Channel.request_x11 paramiko.Channel-class.html#request_x11 +paramiko.Channel._event_pending paramiko.Channel-class.html#_event_pending paramiko.Channel.__del__ paramiko.Channel-class.html#__del__ paramiko.Channel._check_add_window paramiko.Channel-class.html#_check_add_window paramiko.Channel.invoke_subsystem paramiko.Channel-class.html#invoke_subsystem @@ -1736,12 +1776,12 @@ paramiko.SFTPAttributes.FLAG_EXTENDED paramiko.SFTPAttributes-class.html#FLAG_EX paramiko.SFTPAttributes.FLAG_PERMISSIONS paramiko.SFTPAttributes-class.html#FLAG_PERMISSIONS paramiko.SFTPAttributes._unpack paramiko.SFTPAttributes-class.html#_unpack paramiko.SFTPAttributes.from_stat paramiko.SFTPAttributes-class.html#from_stat -paramiko.SFTPAttributes._from_msg paramiko.SFTPAttributes-class.html#_from_msg -paramiko.SFTPAttributes._rwx paramiko.SFTPAttributes-class.html#_rwx paramiko.SFTPAttributes.FLAG_UIDGID paramiko.SFTPAttributes-class.html#FLAG_UIDGID +paramiko.SFTPAttributes._rwx paramiko.SFTPAttributes-class.html#_rwx paramiko.SFTPAttributes._debug_str paramiko.SFTPAttributes-class.html#_debug_str paramiko.SFTPAttributes.FLAG_SIZE paramiko.SFTPAttributes-class.html#FLAG_SIZE paramiko.SFTPAttributes.__repr__ paramiko.SFTPAttributes-class.html#__repr__ +paramiko.SFTPAttributes._from_msg paramiko.SFTPAttributes-class.html#_from_msg paramiko.SFTPClient paramiko.SFTPClient-class.html paramiko.SFTPClient.rename paramiko.SFTPClient-class.html#rename paramiko.SFTPClient._request paramiko.SFTPClient-class.html#_request @@ -1831,16 +1871,16 @@ paramiko.SFTPFile.prefetch paramiko.SFTPFile-class.html#prefetch paramiko.SFTPFile.settimeout paramiko.SFTPFile-class.html#settimeout paramiko.SFTPFile._prefetch_thread paramiko.SFTPFile-class.html#_prefetch_thread paramiko.SFTPHandle paramiko.SFTPHandle-class.html -paramiko.SFTPHandle._get_next_files paramiko.SFTPHandle-class.html#_get_next_files -paramiko.SFTPHandle.stat paramiko.SFTPHandle-class.html#stat -paramiko.SFTPHandle.read paramiko.SFTPHandle-class.html#read +paramiko.SFTPHandle._set_files paramiko.SFTPHandle-class.html#_set_files +paramiko.SFTPHandle.close paramiko.SFTPHandle-class.html#close +paramiko.SFTPHandle.__init__ paramiko.SFTPHandle-class.html#__init__ paramiko.SFTPHandle.write paramiko.SFTPHandle-class.html#write paramiko.SFTPHandle._get_name paramiko.SFTPHandle-class.html#_get_name paramiko.SFTPHandle.chattr paramiko.SFTPHandle-class.html#chattr -paramiko.SFTPHandle._set_files paramiko.SFTPHandle-class.html#_set_files paramiko.SFTPHandle._set_name paramiko.SFTPHandle-class.html#_set_name -paramiko.SFTPHandle.close paramiko.SFTPHandle-class.html#close -paramiko.SFTPHandle.__init__ paramiko.SFTPHandle-class.html#__init__ +paramiko.SFTPHandle.stat paramiko.SFTPHandle-class.html#stat +paramiko.SFTPHandle.read paramiko.SFTPHandle-class.html#read +paramiko.SFTPHandle._get_next_files paramiko.SFTPHandle-class.html#_get_next_files paramiko.SFTPServer paramiko.SFTPServer-class.html paramiko.SFTPServer.start_subsystem paramiko.SFTPServer-class.html#start_subsystem paramiko.SFTPServer._send_handle_response paramiko.SFTPServer-class.html#_send_handle_response @@ -2167,6 +2207,10 @@ paramiko.transport.ChannelMap.__init__ paramiko.transport.ChannelMap-class.html# paramiko.transport.ChannelMap.put paramiko.transport.ChannelMap-class.html#put paramiko.transport.ChannelMap.__len__ paramiko.transport.ChannelMap-class.html#__len__ paramiko.transport.ChannelMap.delete paramiko.transport.ChannelMap-class.html#delete +paramiko.util.Counter paramiko.util.Counter-class.html +paramiko.util.Counter.__call__ paramiko.util.Counter-class.html#__call__ +paramiko.util.Counter.new paramiko.util.Counter-class.html#new +paramiko.util.Counter.__init__ paramiko.util.Counter-class.html#__init__ paramiko.util.PFilter paramiko.util.PFilter-class.html paramiko.util.PFilter.filter paramiko.util.PFilter-class.html#filter paramiko.util.enumerate paramiko.util.enumerate-class.html diff --git a/docs/bug-index.html b/docs/bug-index.html index d66129c..6c245c1 100644 --- a/docs/bug-index.html +++ b/docs/bug-index.html @@ -85,7 +85,7 @@
@@ -5398,7 +5511,7 @@