<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Securing sshd with DenyHosts</title>
	<atom:link href="http://thinkhole.org/wp/2006/01/19/securing-sshd-with-denyhosts/feed/" rel="self" type="application/rss+xml" />
	<link>http://thinkhole.org/wp/2006/01/19/securing-sshd-with-denyhosts/</link>
	<description>There should be one obvious way to do it.</description>
	<pubDate>Fri, 25 Jul 2008 04:09:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: import this. &#187; Blog Archive &#187; Five steps to a more secure SSH</title>
		<link>http://thinkhole.org/wp/2006/01/19/securing-sshd-with-denyhosts/#comment-11815</link>
		<dc:creator>import this. &#187; Blog Archive &#187; Five steps to a more secure SSH</dc:creator>
		<pubDate>Mon, 30 Oct 2006 05:26:26 +0000</pubDate>
		<guid isPermaLink="false">http://thinkhole.org/wp/2006/01/19/securing-sshd-with-denyhosts/#comment-11815</guid>
		<description>[...] I&#8217;ve mentioned DenyHosts back in January, and it&#8217;s seen some rather active development since that time. It&#8217;s a Python script &#8220;intended to be run by Linux system administrators to help thwart SSH server attacks.&#8221; [...]</description>
		<content:encoded><![CDATA[<p>[...] I&#8217;ve mentioned DenyHosts back in January, and it&#8217;s seen some rather active development since that time. It&#8217;s a Python script &#8220;intended to be run by Linux system administrators to help thwart SSH server attacks.&#8221; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: import this. &#187; Blog Archive &#187; DenyHosts 2.2 released</title>
		<link>http://thinkhole.org/wp/2006/01/19/securing-sshd-with-denyhosts/#comment-327</link>
		<dc:creator>import this. &#187; Blog Archive &#187; DenyHosts 2.2 released</dc:creator>
		<pubDate>Thu, 06 Apr 2006 01:54:09 +0000</pubDate>
		<guid isPermaLink="false">http://thinkhole.org/wp/2006/01/19/securing-sshd-with-denyhosts/#comment-327</guid>
		<description>[...] A while back I wrote about securing sshd with DenyHosts, a Python script by Phil Schwartz. Since that time, I know quite a few people who have started using it on their servers and are quite happy with it. It&#8217;s a slick little script. [...]</description>
		<content:encoded><![CDATA[<p>[...] A while back I wrote about securing sshd with DenyHosts, a Python script by Phil Schwartz. Since that time, I know quite a few people who have started using it on their servers and are quite happy with it. It&#8217;s a slick little script. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://thinkhole.org/wp/2006/01/19/securing-sshd-with-denyhosts/#comment-171</link>
		<dc:creator>John</dc:creator>
		<pubDate>Tue, 21 Feb 2006 02:54:20 +0000</pubDate>
		<guid isPermaLink="false">http://thinkhole.org/wp/2006/01/19/securing-sshd-with-denyhosts/#comment-171</guid>
		<description>Hi Phil, 

Thanks for the tip!

Like I said, I didn't really spend much time with DenyHosts and I didn't take the time to RTFM. So I certainly don't blame the app for my ignorance. The FAQ and documentation are really quite good.  I just wanted to see how it ran "out of the box."

It really is a nice little script, and I've been recommending it to people. Keep up the good work! :)</description>
		<content:encoded><![CDATA[<p>Hi Phil, </p>
<p>Thanks for the tip!</p>
<p>Like I said, I didn&#8217;t really spend much time with DenyHosts and I didn&#8217;t take the time to RTFM. So I certainly don&#8217;t blame the app for my ignorance. The FAQ and documentation are really quite good.  I just wanted to see how it ran &#8220;out of the box.&#8221;</p>
<p>It really is a nice little script, and I&#8217;ve been recommending it to people. Keep up the good work! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil Schwartz</title>
		<link>http://thinkhole.org/wp/2006/01/19/securing-sshd-with-denyhosts/#comment-170</link>
		<dc:creator>Phil Schwartz</dc:creator>
		<pubDate>Mon, 20 Feb 2006 22:47:01 +0000</pubDate>
		<guid isPermaLink="false">http://thinkhole.org/wp/2006/01/19/securing-sshd-with-denyhosts/#comment-170</guid>
		<description>To prevent any one of your trusted servers from being banned simply create the allowed-hosts
file in your WORK_DIR and add the known servers in there.  For details see:

http://www.denyhosts.net/faq.html#allowed

Othewise, DenyHosts will certainly deny access from any ip address where the failed login attempts exceeds the respective threshold values.</description>
		<content:encoded><![CDATA[<p>To prevent any one of your trusted servers from being banned simply create the allowed-hosts<br />
file in your WORK_DIR and add the known servers in there.  For details see:</p>
<p><a href="http://www.denyhosts.net/faq.html#allowed" rel="nofollow">http://www.denyhosts.net/faq.html#allowed</a></p>
<p>Othewise, DenyHosts will certainly deny access from any ip address where the failed login attempts exceeds the respective threshold values.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://thinkhole.org/wp/2006/01/19/securing-sshd-with-denyhosts/#comment-107</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sat, 21 Jan 2006 05:36:39 +0000</pubDate>
		<guid isPermaLink="false">http://thinkhole.org/wp/2006/01/19/securing-sshd-with-denyhosts/#comment-107</guid>
		<description>BTW, congrats go to Fuzzie. His is the official 100th comment of the site!

I feel like there should be a prize or something. Heh.</description>
		<content:encoded><![CDATA[<p>BTW, congrats go to Fuzzie. His is the official 100th comment of the site!</p>
<p>I feel like there should be a prize or something. Heh.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://thinkhole.org/wp/2006/01/19/securing-sshd-with-denyhosts/#comment-106</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sat, 21 Jan 2006 02:37:10 +0000</pubDate>
		<guid isPermaLink="false">http://thinkhole.org/wp/2006/01/19/securing-sshd-with-denyhosts/#comment-106</guid>
		<description>Some guy who goes by the name "Fuzzie" in CPLUG. Odd fellow. :)</description>
		<content:encoded><![CDATA[<p>Some guy who goes by the name &#8220;Fuzzie&#8221; in CPLUG. Odd fellow. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fuzzie</title>
		<link>http://thinkhole.org/wp/2006/01/19/securing-sshd-with-denyhosts/#comment-105</link>
		<dc:creator>Fuzzie</dc:creator>
		<pubDate>Fri, 20 Jan 2006 16:46:30 +0000</pubDate>
		<guid isPermaLink="false">http://thinkhole.org/wp/2006/01/19/securing-sshd-with-denyhosts/#comment-105</guid>
		<description>Wow...where did you find that script?</description>
		<content:encoded><![CDATA[<p>Wow&#8230;where did you find that script?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
