Package twisted :: Package conch :: Package ssh
[frames | no frames]

Package twisted.conch.ssh

An SSHv2 implementation for Twisted. Part of the Twisted.Conch package.

This module is unstable.

Maintainer: Paul Swartz
Submodules
  • agent: Implements the key agent protocol.
  • asn1: A basic ASN.1 parser to parse private SSH keys.
  • channel: The parent class for all the SSH Channels.
  • common: Common functions for the SSH classes.
  • connection: This module contains the implementation of the ssh-connection service, which allows access to the shell and port-forwarding.
  • factory: A Factory for SSH servers, along with an OpenSSHFactory to use the same data sources as OpenSSH.
  • filetransfer
  • forwarding: This module contains the implementation of the TCP forwarding, which allows clients and servers to forward arbitrary TCP data across the connection.
  • keys: Handling of RSA and DSA keys.
  • service: The parent class for all the SSH services.
  • session: This module contains the implementation of SSHSession, which (by default) allows access to a shell and a python interpreter over SSH.
  • sexpy
  • transport: The lowest level SSH protocol.
  • userauth: Implementation of the ssh-userauth service.

Generated by Epydoc 2.0 on Sat May 15 20:08:33 2004 http://epydoc.sf.net