<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>yaleman.org &#187; openssh</title>
	<atom:link href="http://www.yaleman.org/tag/openssh/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yaleman.org</link>
	<description>a blog by James Hodgkinson</description>
	<lastBuildDate>Thu, 19 Jan 2012 11:10:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>SSH Reverse DNS Lookup Disable</title>
		<link>http://www.yaleman.org/2007/12/09/ssh-reverse-dns-lookup-disable/</link>
		<comments>http://www.yaleman.org/2007/12/09/ssh-reverse-dns-lookup-disable/#comments</comments>
		<pubDate>Sun, 09 Dec 2007 02:42:22 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Networks]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[bsd]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[netork]]></category>
		<category><![CDATA[notes]]></category>
		<category><![CDATA[openssh]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[usedns]]></category>

		<guid isPermaLink="false">http://www.ricetek.net/2007/12/09/ssh-reverse-dns-lookup-disable/</guid>
		<description><![CDATA[This isn&#8217;t the most interesting of posts, but a good &#8220;note to self&#8221; for future reference. If not disabled, SSHD will try to do a slow reverse lookup of the IP address of the client causing for an unnecessary delay during authentication. I often run into trouble with this when creating a new install of [...]]]></description>
			<content:encoded><![CDATA[<p>This isn&#8217;t the most interesting of posts, but a good &#8220;note to self&#8221; for future reference. If not disabled, SSHD will try to do a slow reverse lookup of the IP address of the client causing for an unnecessary delay during authentication. I often run into trouble with this when creating a new install of Linux or FreeBSD. Do the following to disable it:</p>
<blockquote><p>In file /etc/ssh/sshd_config:</p>
<p>UseDNS no</p></blockquote>

]]></content:encoded>
			<wfw:commentRss>http://www.yaleman.org/2007/12/09/ssh-reverse-dns-lookup-disable/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

