From be5542c05e46b500e47b94bc8a6254cae8335a8b Mon Sep 17 00:00:00 2001 From: "Jeremy T. Bouse" Date: Sun, 29 May 2011 08:16:54 -0400 Subject: Imported Upstream version 1.7.7.1 --- docs/paramiko-module.html | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'docs/paramiko-module.html') diff --git a/docs/paramiko-module.html b/docs/paramiko-module.html index f7eefd6..33e51b0 100644 --- a/docs/paramiko-module.html +++ b/docs/paramiko-module.html @@ -57,7 +57,7 @@ "paranoid" and "friend") is a module for python 2.3 or greater that implements the SSH2 protocol for secure (encrypted and authenticated) connections to remote machines. Unlike SSL (aka TLS), the - SSH2 protocol does not require heirarchical certificates signed by a + SSH2 protocol does not require hierarchical certificates signed by a powerful central authority. You may know SSH2 as the protocol that replaced telnet and rsh for secure access to remote shells, but the protocol also includes the ability to open @@ -90,7 +90,7 @@

Version: - 1.7.6 (Fanny) + 1.7.7.1 (George)

Author: Robey Pointer @@ -102,7 +102,7 @@ GNU Lesser General Public License (LGPL)

Date: - 1 Nov 2009 + 21 May 2011

@@ -141,9 +141,6 @@
  • paramiko.pkey: Common API for all public keys.
  • paramiko.primes: Utility functions for dealing with primes.
  • paramiko.resource: Resource manager.
  • -
  • paramiko.rng
  • -
  • paramiko.rng_posix
  • -
  • paramiko.rng_win32
  • paramiko.rsakey: RSAKey
  • paramiko.server: ServerInterface is an interface to override for @@ -494,7 +491,7 @@