Clean up in Question 5.22:

- Add missing <application> tags to Telnet and SSH
- Replace <quote> tags with <literal> tags for sshd_config options

Approved by:	gabor (mentor)
This commit is contained in:
Gabor Pali 2008-06-01 19:23:19 +00:00
parent fecac3efab
commit 55bcba289e
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=32124

View file

@ -3662,7 +3662,8 @@ chip1@pci0:31:5: class=0x040100 card=0x00931028 chip=0x24158086 rev=0x02
<para>The problem: more likely than not, the delay is caused by
the server software trying to resolve the client's IP address
into a hostname. Many servers, including the Telnet and SSH
into a hostname. Many servers, including the
<application>Telnet</application> and <application>SSH</application>
servers that come with FreeBSD, do this in order to, among
other things, store the hostname in a log file for future
reference by the administrator.</para>
@ -3694,12 +3695,12 @@ chip1@pci0:31:5: class=0x040100 card=0x00931028 chip=0x24158086 rev=0x02
that domain and nameserver information is missing from
<filename>/etc/resolv.conf</filename>. This will often cause
a delay in <application>SSH</application>, as the option
<quote>UseDNS</quote> is set to <quote>yes</quote> by default
<literal>UseDNS</literal> is set to <literal>yes</literal> by default
in the <filename>sshd_config</filename> file in
<filename>/etc/ssh</filename>. If this is causing the
problem, you will either need to fill in the missing information
in <filename>/etc/resolv.conf</filename> or set <quote>UseDNS</quote>
to <quote>no</quote> in <filename>sshd_config</filename>
in <filename>/etc/resolv.conf</filename> or set <literal>UseDNS</literal>
to <literal>no</literal> in <filename>sshd_config</filename>
as a temporary workaround.</para>
</answer>
</qandaentry>