<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: SSH security woes</title>
	<link>http://briancarper.net/2006/10/11/ssh-security-woes/</link>
	<description></description>
	<pubDate>Tue, 06 Jan 2009 23:22:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
		<item>
		<title>By: numerodix</title>
		<link>http://briancarper.net/2006/10/11/ssh-security-woes/#comment-376</link>
		<dc:creator>numerodix</dc:creator>
		<pubDate>Thu, 12 Oct 2006 11:28:26 +0000</pubDate>
		<guid>http://briancarper.net/2006/10/11/ssh-security-woes/#comment-376</guid>
		<description>You should definitely set up key authentication. I had a headless box running on a non-standard box and I got rooted, someone installed a spambot and started sending out thousands of messages per minute. With key authentication this won't happen, and it beats keeping track of what ip you can login from.</description>
		<content:encoded><![CDATA[<p>You should definitely set up key authentication. I had a headless box running on a non-standard box and I got rooted, someone installed a spambot and started sending out thousands of messages per minute. With key authentication this won't happen, and it beats keeping track of what ip you can login from.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie</title>
		<link>http://briancarper.net/2006/10/11/ssh-security-woes/#comment-373</link>
		<dc:creator>Jamie</dc:creator>
		<pubDate>Wed, 11 Oct 2006 19:27:40 +0000</pubDate>
		<guid>http://briancarper.net/2006/10/11/ssh-security-woes/#comment-373</guid>
		<description>You should probably also look at your packet filter rules. I use NetBSD (and therefore ipf) and explicitly deny everything to port 22 except addresses I know I will be connecting from. Obviously, if you're connecting from many random addresses this isn't practical, but for most people connecting to their home boxes, SSH is generally accessed from only a few known addresses.

Also, ensure privilege separation is enabled, you have disabled SSH v1 and don't use passwords; use (as you suggest) RSA keys; it's painfully simple but prevents your password ever being captured by MITM type attacks.</description>
		<content:encoded><![CDATA[<p>You should probably also look at your packet filter rules. I use NetBSD (and therefore ipf) and explicitly deny everything to port 22 except addresses I know I will be connecting from. Obviously, if you're connecting from many random addresses this isn't practical, but for most people connecting to their home boxes, SSH is generally accessed from only a few known addresses.</p>
<p>Also, ensure privilege separation is enabled, you have disabled SSH v1 and don't use passwords; use (as you suggest) RSA keys; it's painfully simple but prevents your password ever being captured by MITM type attacks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://briancarper.net/2006/10/11/ssh-security-woes/#comment-372</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Wed, 11 Oct 2006 19:03:08 +0000</pubDate>
		<guid>http://briancarper.net/2006/10/11/ssh-security-woes/#comment-372</guid>
		<description>Note to self: After installing and running denyhosts, DON'T purposefully fail a root SSH login to test if it works, or you will find your IP address at work added to hosts.deny.  Oops.  Never mind what I just said about having any sense.</description>
		<content:encoded><![CDATA[<p>Note to self: After installing and running denyhosts, DON'T purposefully fail a root SSH login to test if it works, or you will find your IP address at work added to hosts.deny.  Oops.  Never mind what I just said about having any sense.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://briancarper.net/2006/10/11/ssh-security-woes/#comment-371</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Wed, 11 Oct 2006 19:00:31 +0000</pubDate>
		<guid>http://briancarper.net/2006/10/11/ssh-security-woes/#comment-371</guid>
		<description>That looks promising.  I am emerging it at we speak.  Thanks.

denyhosts.com has an FAQ, and under "What steps can I take to make sshd more secure?" it lists the exact three things I said I've done already / plan to do.  Looks like I'm not entirely without sense.  (In this particular case.)</description>
		<content:encoded><![CDATA[<p>That looks promising.  I am emerging it at we speak.  Thanks.</p>
<p>denyhosts.com has an FAQ, and under &#8220;What steps can I take to make sshd more secure?&#8221; it lists the exact three things I said I've done already / plan to do.  Looks like I'm not entirely without sense.  (In this particular case.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Dibb</title>
		<link>http://briancarper.net/2006/10/11/ssh-security-woes/#comment-370</link>
		<dc:creator>Steve Dibb</dc:creator>
		<pubDate>Wed, 11 Oct 2006 17:27:01 +0000</pubDate>
		<guid>http://briancarper.net/2006/10/11/ssh-security-woes/#comment-370</guid>
		<description>Be sure to emerge and setup denyhosts.  That'll kick off those nasty IPs for good.</description>
		<content:encoded><![CDATA[<p>Be sure to emerge and setup denyhosts.  That'll kick off those nasty IPs for good.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
