Package paramiko :: Module transport
[frames] | no frames]

Module transport

source code

Core protocol implementation

Classes
  Transport
An SSH Transport attaches to a stream (usually a socket), negotiates an encrypted session, authenticates, and then creates stream tunnels, called `channels <.Channel>`, across the session.
  SecurityOptions
Simple object containing the security preferences of an ssh transport.
  ChannelMap
Variables
  __package__ = 'paramiko'