Home
Trees
Indices
Help
[
frames
] |
no frames
]
[
Module Hierarchy
|
Class Hierarchy
]
Module Hierarchy
paramiko
paramiko._winapi
:
Windows API functions implemented as ctypes functions and classes as found in jaraco.windows (2.10).
paramiko.agent
:
SSH Agent interface
paramiko.auth_handler
:
`.AuthHandler`
paramiko.ber
paramiko.buffered_pipe
:
Attempt to generalize the "feeder" part of a `.Channel`: an object which can be read from and closed, but is reading from a buffer fed by another thread.
paramiko.channel
:
Abstraction for an SSH2 channel.
paramiko.client
:
SSH client & key policies
paramiko.common
:
Common constants and global variables.
paramiko.compress
:
Compression implementations for a Transport.
paramiko.config
:
Configuration file (aka ``ssh_config``) support.
paramiko.dsskey
:
DSS keys.
paramiko.ecdsakey
:
ECDSAKey
paramiko.file
paramiko.hostkeys
paramiko.kex_gex
:
Variant on `KexGroup1 <paramiko.kex_group1.KexGroup1>` where the prime "p" and generator "g" are provided by the server.
paramiko.kex_group1
:
Standard SSH key exchange ("kex" if you wanna sound cool).
paramiko.message
:
Implementation of an SSH2 "message".
paramiko.packet
:
Packet handling
paramiko.pipe
:
Abstraction of a one-way pipe where the read end can be used in `select.select`.
paramiko.pkey
:
Common API for all public keys.
paramiko.primes
:
Utility functions for dealing with primes.
paramiko.proxy
paramiko.py3compat
paramiko.resource
:
Resource manager.
paramiko.rsakey
:
RSA keys.
paramiko.server
:
`.ServerInterface` is an interface to override for server support.
paramiko.sftp
paramiko.sftp_attr
paramiko.sftp_client
paramiko.sftp_file
:
SFTP file object
paramiko.sftp_handle
:
Abstraction of an SFTP file handle (for server mode).
paramiko.sftp_server
:
Server-mode SFTP support.
paramiko.sftp_si
:
An interface to override for SFTP server support.
paramiko.ssh_exception
paramiko.transport
:
Core protocol implementation
paramiko.util
:
Useful functions used by the rest of paramiko.
paramiko.win_pageant
:
Functions for communicating with Pageant, the basic windows ssh agent program.
Home
Trees
Indices
Help
Generated by Epydoc 3.0.1 on Thu May 7 11:49:47 2015
http://epydoc.sourceforge.net