<?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>Arun Stephens &#187; dns</title>
	<atom:link href="http://blog.arunstephens.com/tag/dns/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.arunstephens.com</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Thu, 11 Aug 2011 20:55:37 +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 slow to login? Disable reverse DNS lookup</title>
		<link>http://blog.arunstephens.com/2008/11/21/ssh-slow-to-login-disable-reverse-dns-lookup/</link>
		<comments>http://blog.arunstephens.com/2008/11/21/ssh-slow-to-login-disable-reverse-dns-lookup/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 01:27:40 +0000</pubDate>
		<dc:creator>arun</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://arunstephens.com/2008/11/21/ssh-slow-to-login-disable-reverse-dns-lookup</guid>
		<description><![CDATA[By default in Ubuntu (and probably other distributions), when you log into the SSH server, it will do a reverse DNS lookup of the client for security reasons. That&#8217;s fine, but it&#8217;s kind of annoying when you don&#8217;t have a &#8230; <a href="http://blog.arunstephens.com/2008/11/21/ssh-slow-to-login-disable-reverse-dns-lookup/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>By default in Ubuntu (and probably other distributions), when you log into the SSH server, it will do a reverse DNS lookup of the client for security reasons.</p>
<p>That&#8217;s fine, but it&#8217;s kind of annoying when you don&#8217;t have a working reverse DNS for your IP address. Like for all my internal addresses.</p>
<p>To turn it off (thanks to <a title="http://ubuntuforums.org/showthread.php?t=577616" href="http://ubuntuforums.org/showthread.php?t=577616">http://ubuntuforums.org/showthread.php?t=577616</a>):</p>
<p>Edit /etc/ssh/sshd_config and add the following line:</p>
<pre>UseDNS no</pre>
<p>Easy!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.arunstephens.com/2008/11/21/ssh-slow-to-login-disable-reverse-dns-lookup/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

