<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Setting up iptables to throttle incoming ssh</title>
	<atom:link href="http://blog.poucet.org/2009/11/setting-up-iptables-to-throttle-incoming-ssh/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.poucet.org/2009/11/setting-up-iptables-to-throttle-incoming-ssh/</link>
	<description>Blogging about technology, functional programming, linux and life in general.</description>
	<lastBuildDate>Fri, 15 Jan 2010 23:50:09 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Phil</title>
		<link>http://blog.poucet.org/2009/11/setting-up-iptables-to-throttle-incoming-ssh/comment-page-1/#comment-481</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Fri, 15 Jan 2010 23:50:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.poucet.org/?p=132#comment-481</guid>
		<description>Chris&#039; approach (1) doesn&#039;t waste the SSH daemon&#039;s time (2) is more secure since it drops packets as soon as possible and (3) is more dynamic and self-sufficient than simple throwing people in hosts.deny (which can get long, must be parsed on every connection, etc.)</description>
		<content:encoded><![CDATA[<p>Chris&#8217; approach (1) doesn&#8217;t waste the SSH daemon&#8217;s time (2) is more secure since it drops packets as soon as possible and (3) is more dynamic and self-sufficient than simple throwing people in hosts.deny (which can get long, must be parsed on every connection, etc.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: poucet</title>
		<link>http://blog.poucet.org/2009/11/setting-up-iptables-to-throttle-incoming-ssh/comment-page-1/#comment-324</link>
		<dc:creator>poucet</dc:creator>
		<pubDate>Sun, 22 Nov 2009 09:26:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.poucet.org/?p=132#comment-324</guid>
		<description>Hello Nicolas,

Yes I know about /etc/hosts.deny.  Another option would&#039;ve been to simply blackhole traffic from ip&#039;s using iptable.  However, the reason I went with the above approach is that I did not want static permanent blocks, and I wanted to learn a bit more about iptables.</description>
		<content:encoded><![CDATA[<p>Hello Nicolas,</p>
<p>Yes I know about /etc/hosts.deny.  Another option would&#8217;ve been to simply blackhole traffic from ip&#8217;s using iptable.  However, the reason I went with the above approach is that I did not want static permanent blocks, and I wanted to learn a bit more about iptables.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolas Pouillard</title>
		<link>http://blog.poucet.org/2009/11/setting-up-iptables-to-throttle-incoming-ssh/comment-page-1/#comment-323</link>
		<dc:creator>Nicolas Pouillard</dc:creator>
		<pubDate>Sun, 22 Nov 2009 09:10:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.poucet.org/?p=132#comment-323</guid>
		<description>Hi,

I use denyhosts which in turn uses /etc/hosts.deny. Did you know it?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I use denyhosts which in turn uses /etc/hosts.deny. Did you know it?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
