 




<?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>Open Source Software and Linux &#187; SSHD</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/linux-lotus-domino/tag/sshd/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/linux-lotus-domino</link>
	<description></description>
	<lastBuildDate>Thu, 02 May 2013 21:07:56 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Protect your ssh server with DenyHosts</title>
		<link>http://itknowledgeexchange.techtarget.com/linux-lotus-domino/protect-your-ssh-server-with-denyhosts/</link>
		<comments>http://itknowledgeexchange.techtarget.com/linux-lotus-domino/protect-your-ssh-server-with-denyhosts/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 00:18:07 +0000</pubDate>
		<dc:creator>Xjlittle</dc:creator>
				<category><![CDATA[denyhosts]]></category>
		<category><![CDATA[secure]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[SSHD]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/linux-lotus-domino/protect-your-ssh-server-with-denyhosts/</guid>
		<description><![CDATA[If you have an SSH server that is accessible from the internet then you should look at the DenyHosts application to protect your servers and networks. DenyHosts protects your servers by parsing your ssh log for failed attempts at ssh login. The log where this is recorded varies by distribution. On Red Hat it is [...]]]></description>
				<content:encoded><![CDATA[<p>If you have an SSH server that is accessible from the internet then you should look at the DenyHosts application to protect your servers and networks.</p>
<p>DenyHosts protects your servers by parsing your ssh log for failed attempts at ssh login.  The log where this is recorded varies by distribution.  On Red Hat it is /var/log/secure and /var/log/auth.log on Mandrake.  You should have one of these log files on your system</p>
<p>DenyHosts works by monitoring these logs for failed ssh login attempts.  It also tracks which user accounts are targeted.  When it finds a repeated failures from the same IP address it inserts these into your /etc/hosts.deny file effectively blocking the offending crackers.</p>
<p>Like any security measure this one can be shored up by implementing complementary measures.  These would include disallowing root logins, using a port number other than 22 and disabling password logins.  All of these can be set in your /etc/ssh/sshd_config file.  Your ssh daemon must be restarted after making these changes.</p>
<p>You can download DenyHosts <a href="http://denyhosts.sourceforge.net/">here</a>.<br />
-j</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/linux-lotus-domino/protect-your-ssh-server-with-denyhosts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
