<?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>Techinvasion.net &#187; ssh</title>
	<atom:link href="http://www.techinvasion.net/tag/ssh/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techinvasion.net</link>
	<description></description>
	<lastBuildDate>Tue, 13 Jul 2010 15:44:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>SSH Brute Force Mitigation in Junos</title>
		<link>http://www.techinvasion.net/2009/11/11/ssh-brute-force-mitigation-in-junos/</link>
		<comments>http://www.techinvasion.net/2009/11/11/ssh-brute-force-mitigation-in-junos/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 01:20:38 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[Juniper]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[brute force]]></category>
		<category><![CDATA[Junos]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://www.techinvasion.net/?p=152</guid>
		<description><![CDATA[I have several Juniper SRX-210 devices configured in remote offices. One of the biggest problems I have is that there are a lot of people that are constantly running scripts against the ssh daemon. Now I could lock it down to only a specified list of allowed IP addresses. This would be the most secure [...]]]></description>
			<content:encoded><![CDATA[<p>I have several Juniper SRX-210 devices configured in remote offices. One of the biggest problems I have is that there are a lot of people that are constantly running scripts against the ssh daemon. Now I could lock it down to only a specified list of allowed IP addresses. This would be the most secure method but i have a business requirement of being able to connect to this device from many different location. There is a command you can use to mitigate brute force attempts.</p>
<p>The command limits the number of ssh attempts per minute per source ip to 2. Just enough incase you make a mistake during login, but not enough for a script kiddie to run 500 attacks a minute against your firewall.</p>
<pre class="brush:xml">
services {
   ssh {
     rate-limit 2;
  }
}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.techinvasion.net/2009/11/11/ssh-brute-force-mitigation-in-junos/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
