From 35ed1035727647c0a1443a147971dc5749e6fc2b Mon Sep 17 00:00:00 2001 From: Robey Pointer Date: Sun, 4 Jan 2004 10:33:05 +0000 Subject: [PATCH] [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-23] quick doc fix. fix broken cross-link in kex_gex docs. --- paramiko/kex_gex.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/paramiko/kex_gex.py b/paramiko/kex_gex.py index faa8cb3..a83c84b 100644 --- a/paramiko/kex_gex.py +++ b/paramiko/kex_gex.py @@ -19,9 +19,9 @@ # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. """ -Variant on L{KexGroup1} where the prime "p" and generator "g" are provided by -the server. A bit more work is required on the client side, and a U{lot} more -on the server side. +Variant on L{KexGroup1 } where the prime "p" and +generator "g" are provided by the server. A bit more work is required on the +client side, and a B{lot} more on the server side. """ from message import Message @@ -35,7 +35,7 @@ from logging import DEBUG _MSG_KEXDH_GEX_GROUP, _MSG_KEXDH_GEX_INIT, _MSG_KEXDH_GEX_REPLY, _MSG_KEXDH_GEX_REQUEST = range(31, 35) -class KexGex(object): +class KexGex (object): name = 'diffie-hellman-group-exchange-sha1' min_bits = 1024