twisted.conch.html   [plain text]


<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
          "DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
  <title>twisted.conch</title>
  <link rel="stylesheet" href="epydoc.css" type="text/css"></link>
</head>
<body bgcolor="white" text="black" link="blue" vlink="#204080"
      alink="#204080">

<!-- =========== START OF NAVBAR =========== -->
<table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0">
  <tr valign="center">
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="twisted.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="trees.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="indices.html">Index</a>&nbsp;&nbsp;&nbsp;</th>
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
    <th class="navbar" align="right" width="100%">
      <table border="0" cellpadding="0" cellspacing="0">
      <tr><th class="navbar" align="center">
        <p class="nomargin">
          <a class="navbar" target="_top" href="http://twistedmatrix.com/">Twisted&nbsp;1.3.0rc1</a>
      </p></th></tr></table>
    </th>
  </tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0">
  <tr valign="top">
    <td width="100%">
      <font size="-1"><b class="breadcrumbs">
        <a href="twisted.html">Package&nbsp;twisted</a> ::
        Package&nbsp;conch
      </b></font></br>
    </td>
    <td><table cellpadding="0" cellspacing="0">
      <tr><td align="right"><font size="-2">[<a href="frames.html"target="_top">frames</a>&nbsp;|&nbsp;<a href="twisted.conch.html" target="_top">no&nbsp;frames</a>]</font></td></tr>
    </table></td>
</tr></table>

<!-- =========== START OF PACKAGE DESCRIPTION =========== -->
<h2 class="package">Package twisted.conch</h2>

<p>Twisted.Conch: The Twisted Shell. Currently this contains the SSHv2 
implementation, but it may work over other protocols in the future. (i.e. 
Telnet)</p>
<p>This module is unstable.</p>
Maintainer: <a href="mailto:z3p&#64;twistedmatrix.com">Paul 
Swartz</a>
<hr/>

<!-- =========== START OF SUBMODULES =========== -->
<table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="details">
  <th colspan="2">Submodules</th></tr>
  <tr><td><ul>
<li> <b><a href="twisted.conch.authorizer.html"><code>authorizer</code></a></b>: <i>This module is deprecated.</i>
<li> <b><a href="twisted.conch.avatar.html"><code>avatar</code></a></b>
<li> <b><a href="twisted.conch.checkers.html"><code>checkers</code></a></b>
<li> <b><a href="twisted.conch.client.html"><code>client</code></a></b>: <i>Client support code for Conch.</i>
  <ul>
    <li> <b><a href="twisted.conch.client.agent.html"><code>agent</code></a></b>: <i>Accesses the key agent for user authentication.</i>
    <li> <b><a href="twisted.conch.client.connect.html"><code>connect</code></a></b>
    <li> <b><a href="twisted.conch.client.default.html"><code>default</code></a></b>
    <li> <b><a href="twisted.conch.client.direct.html"><code>direct</code></a></b>
    <li> <b><a href="twisted.conch.client.options.html"><code>options</code></a></b>
    <li> <b><a href="twisted.conch.client.unix.html"><code>unix</code></a></b>
  </ul>
<li> <b><a href="twisted.conch.credentials.html"><code>credentials</code></a></b>
<li> <b><a href="twisted.conch.error.html"><code>error</code></a></b>: <i>An error to represent bad things happening in Conch.</i>
<li> <b><a href="twisted.conch.identity.html"><code>identity</code></a></b>: <i>This module is deprecated.</i>
<li> <b><a href="twisted.conch.insults.html"><code>insults</code></a></b>: <i>Insults: a replacement for Curses/S-Lang.</i>
  <ul>
    <li> <b><a href="twisted.conch.insults.client.html"><code>client</code></a></b>
    <li> <b><a href="twisted.conch.insults.colors.html"><code>colors</code></a></b>
  </ul>
<li> <b><a href="twisted.conch.interfaces.html"><code>interfaces</code></a></b>
<li> <b><a href="twisted.conch.openssh_compat.html"><code>openssh_compat</code></a></b>: <i>Support for OpenSSH configuration files.</i>
  <ul>
    <li> <b><a href="twisted.conch.openssh_compat.factory.html"><code>factory</code></a></b>
    <li> <b><a href="twisted.conch.openssh_compat.primes.html"><code>primes</code></a></b>: <i>Parsing for the moduli file, which contains Diffie-Hellman prime 
groups.</i>
  </ul>
<li> <b><a href="twisted.conch.pamauth.html"><code>pamauth</code></a></b>: <i>Support for asynchronously authenticating using PAM.</i>
<li> <b><a href="twisted.conch.ssh.html"><code>ssh</code></a></b>: <i>An SSHv2 implementation for Twisted.</i>
  <ul>
    <li> <b><a href="twisted.conch.ssh.agent.html"><code>agent</code></a></b>: <i>Implements the key agent protocol.</i>
    <li> <b><a href="twisted.conch.ssh.asn1.html"><code>asn1</code></a></b>: <i>A basic ASN.1 parser to parse private SSH keys.</i>
    <li> <b><a href="twisted.conch.ssh.channel.html"><code>channel</code></a></b>: <i>The parent class for all the SSH Channels.</i>
    <li> <b><a href="twisted.conch.ssh.common.html"><code>common</code></a></b>: <i>Common functions for the SSH classes.</i>
    <li> <b><a href="twisted.conch.ssh.connection.html"><code>connection</code></a></b>: <i>This module contains the implementation of the ssh-connection service, 
which allows access to the shell and port-forwarding.</i>
    <li> <b><a href="twisted.conch.ssh.factory.html"><code>factory</code></a></b>: <i>A Factory for SSH servers, along with an OpenSSHFactory to use the 
same data sources as OpenSSH.</i>
    <li> <b><a href="twisted.conch.ssh.filetransfer.html"><code>filetransfer</code></a></b>
    <li> <b><a href="twisted.conch.ssh.forwarding.html"><code>forwarding</code></a></b>: <i>This module contains the implementation of the TCP forwarding, which 
allows clients and servers to forward arbitrary TCP data across the 
connection.</i>
    <li> <b><a href="twisted.conch.ssh.keys.html"><code>keys</code></a></b>: <i>Handling of RSA and DSA keys.</i>
    <li> <b><a href="twisted.conch.ssh.service.html"><code>service</code></a></b>: <i>The parent class for all the SSH services.</i>
    <li> <b><a href="twisted.conch.ssh.session.html"><code>session</code></a></b>: <i>This module contains the implementation of SSHSession, which (by 
default) allows access to a shell and a python interpreter over SSH.</i>
    <li> <b><a href="twisted.conch.ssh.sexpy.html"><code>sexpy</code></a></b>
    <li> <b><a href="twisted.conch.ssh.transport.html"><code>transport</code></a></b>: <i>The lowest level SSH protocol.</i>
    <li> <b><a href="twisted.conch.ssh.userauth.html"><code>userauth</code></a></b>: <i>Implementation of the ssh-userauth service.</i>
  </ul>
<li> <b><a href="twisted.conch.ttymodes.html"><code>ttymodes</code></a></b>
<li> <b><a href="twisted.conch.ui.html"><code>ui</code></a></b>: <i>twisted.conch.ui is home to the UI elements for tkconch.</i>
  <ul>
    <li> <b><a href="twisted.conch.ui.ansi.html"><code>ansi</code></a></b>: <i>Module to parse ANSI escape sequences</i>
    <li> <b><a href="twisted.conch.ui.tkvt100.html"><code>tkvt100</code></a></b>: <i>Module to emulate a VT100 terminal in Tkinter.</i>
  </ul>
<li> <b><a href="twisted.conch.unix.html"><code>unix</code></a></b>
  </ul></td></tr>
</table><br />


<!-- =========== START OF NAVBAR =========== -->
<table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0">
  <tr valign="center">
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="twisted.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="trees.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="indices.html">Index</a>&nbsp;&nbsp;&nbsp;</th>
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
    <th class="navbar" align="right" width="100%">
      <table border="0" cellpadding="0" cellspacing="0">
      <tr><th class="navbar" align="center">
        <p class="nomargin">
          <a class="navbar" target="_top" href="http://twistedmatrix.com/">Twisted&nbsp;1.3.0rc1</a>
      </p></th></tr></table>
    </th>
  </tr>
</table>

<table border="0" cellpadding="0" cellspacing="0" width="100%">
  <tr>
    <td align="left"><font size="-2">Generated by Epydoc 2.0 on Sat May 15 20:08:42 2004</font></td>
    <td align="right"><a href="http://epydoc.sourceforge.net"
                      ><font size="-2">http://epydoc.sf.net</font></a></td>
  </tr>
</table>
</body>
</html>