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

Module transport

source code

Transport handles the core SSH2 protocol.

Classes
  SecurityOptions
Simple object containing the security preferences of an ssh transport.
  ChannelMap
  Transport
An SSH Transport attaches to a stream (usually a socket), negotiates an encrypted session, authenticates, and then creates stream tunnels, called Channels, across the session.