~ubuntu-branches/ubuntu/raring/paramiko/raring

« back to all changes in this revision

Viewing changes to docs/paramiko-module.html

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy T. Bouse
  • Date: 2011-05-31 21:23:55 UTC
  • mfrom: (1.1.8 upstream) (0.1.9 sid)
  • Revision ID: james.westby@ubuntu.com-20110531212355-t5n26q0949t8pm4s
Tags: 1.7.7.1-1
* Imported Upstream version 1.7.7.1 (Closes: #627754)
* debian/patches: Patches included in upstream
* debian/control: Updated standards version (no change)

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
  "paranoid" and "friend") is a module for python 2.3 
58
58
  or greater that implements the SSH2 protocol for secure (encrypted and 
59
59
  authenticated) connections to remote machines.  Unlike SSL (aka TLS), the
60
 
  SSH2 protocol does not require heirarchical certificates signed by a 
 
60
  SSH2 protocol does not require hierarchical certificates signed by a 
61
61
  powerful central authority.  You may know SSH2 as the protocol that 
62
62
  replaced <code>telnet</code> and <code>rsh</code> for secure access to 
63
63
  remote shells, but the protocol also includes the ability to open 
90
90
 
91
91
<hr />
92
92
<div class="fields">      <p><strong>Version:</strong>
93
 
        1.7.6 (Fanny)
 
93
        1.7.7.1 (George)
94
94
      </p>
95
95
      <p><strong>Author:</strong>
96
96
        Robey Pointer
102
102
        GNU Lesser General Public License (LGPL)
103
103
      </p>
104
104
      <p><strong>Date:</strong>
105
 
        1 Nov 2009
 
105
        21 May 2011
106
106
      </p>
107
107
</div><!-- ==================== SUBMODULES ==================== -->
108
108
<a name="section-Submodules"></a>
141
141
    <li class="private"> <strong class="uidlink"><a href="paramiko.pkey-module.html" onclick="show_private();">paramiko.pkey</a></strong>: <em class="summary">Common API for all public keys.</em>    </li>
142
142
    <li class="private"> <strong class="uidlink"><a href="paramiko.primes-module.html" onclick="show_private();">paramiko.primes</a></strong>: <em class="summary">Utility functions for dealing with primes.</em>    </li>
143
143
    <li class="private"> <strong class="uidlink"><a href="paramiko.resource-module.html" onclick="show_private();">paramiko.resource</a></strong>: <em class="summary">Resource manager.</em>    </li>
144
 
    <li class="private"> <strong class="uidlink"><a href="paramiko.rng-module.html" onclick="show_private();">paramiko.rng</a></strong>    </li>
145
 
    <li class="private"> <strong class="uidlink"><a href="paramiko.rng_posix-module.html" onclick="show_private();">paramiko.rng_posix</a></strong>    </li>
146
 
    <li> <strong class="uidlink"><a href="paramiko.rng_win32-module.html">paramiko.rng_win32</a></strong>    </li>
147
144
    <li class="private"> <strong class="uidlink"><a href="paramiko.rsakey-module.html" onclick="show_private();">paramiko.rsakey</a></strong>: <em class="summary"><a href="paramiko.RSAKey-class.html" class="link">RSAKey</a></em>    </li>
148
145
    <li class="private"> <strong class="uidlink"><a href="paramiko.server-module.html" onclick="show_private();">paramiko.server</a></strong>: <em class="summary"><a href="paramiko.ServerInterface-class.html" 
149
146
        class="link">ServerInterface</a> is an interface to override for 
494
491
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
495
492
  <tr>
496
493
    <td align="left" class="footer">
497
 
    Generated by Epydoc 3.0.1 on Sun Nov  1 22:14:15 2009
 
494
    Generated by Epydoc 3.0.1 on Mon May 23 13:50:02 2011
498
495
    </td>
499
496
    <td align="right" class="footer">
500
497
      <a target="mainFrame" href="http://epydoc.sourceforge.net"