From root@siteinit.com  Tue Nov  8 19:54:31 2005
Return-Path: <root@siteinit.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 38A5116A453
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  8 Nov 2005 19:54:31 +0000 (GMT)
	(envelope-from root@siteinit.com)
Received: from siteinit.com (mail.siteinit.com [69.46.26.62])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C264243D46
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  8 Nov 2005 19:54:30 +0000 (GMT)
	(envelope-from root@siteinit.com)
Received: from root by siteinit.com with local (Exim 4.50)
	id 1EZZXb-00048q-PE
	for FreeBSD-gnats-submit@freebsd.org; Tue, 08 Nov 2005 14:53:59 -0500
Message-Id: <E1EZZXb-00048q-PE@siteinit.com>
Date: Tue, 08 Nov 2005 14:53:59 -0500
From: Alex Kelly <aekelly@gmail.com
Reply-To: Alex Kelly <aekelly@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] FAQ 5.21 - Slow SSH / Telnet
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         88686
>Category:       docs
>Synopsis:       [PATCH] FAQ 5.21 - Slow SSH / Telnet
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jcamou
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 08 20:00:31 GMT 2005
>Closed-Date:    Wed Nov 09 06:19:30 GMT 2005
>Last-Modified:  Wed Nov 09 06:19:30 GMT 2005
>Originator:     Alex Kelly
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:
System: FreeBSD siteinit.com 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Thu Sep 15 02:03:15 EDT 2005 root@siteinit.com:/usr/src/sys/i386/compile/MYKERNEL i386

>Description:
Two more solutions on how to fix slow SSH and telnet could be added.

>How-To-Repeat:
N/A

>Fix:

--- book.sgml.old       Tue Nov  8 14:29:41 2005
+++ book.sgml   Tue Nov  8 14:29:48 2005
@@ -3719,6 +3719,15 @@
             correctly.  To check, try to look up another host--say,
             <hostid>www.yahoo.com</hostid>.  If it does not work, that is
             your problem.</para>
+
+          <para>Following a fresh install of FreeBSD, it is also possible that domain
+            and nameserver information is missing from resolv.conf. This will
+            often cause a delay in SSH, as the option "UseDNS" is set to "yes"
+            by default in the sshd_config file in the /etc/ssh/ folder. If this
+            is causing the problem, you will either need to fill in the missing
+            information in resolv.conf or set "UseDNS" to "no" in sshd_config as
+            a temporary workaround.
+
         </answer>
       </qandaentry>

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed  
State-Changed-By: jcamou 
State-Changed-When: Wed Nov 9 06:16:48 GMT 2005 
State-Changed-Why:  
I committed a different version of the patch.  Though, same 
paragraph added.  Patch on PR missed some tags.  Thanks for 
the submission. 


Responsible-Changed-From-To: freebsd-doc->jcamou  
Responsible-Changed-By: jcamou 
Responsible-Changed-When: Wed Nov 9 06:16:48 GMT 2005 
Responsible-Changed-Why:  
Over to me.  

http://www.freebsd.org/cgi/query-pr.cgi?pr=88686 
>Unformatted:
