<?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: Disable SSH Password Authentication with OS X 10.5 Leopard</title>
	<atom:link href="http://anthonyvance.com/blog/security/disable_ssh_passwords/feed/" rel="self" type="application/rss+xml" />
	<link>http://anthonyvance.com/blog/security/disable_ssh_passwords/</link>
	<description>Assistant Professor—Information Systems—Brigham Young University</description>
	<pubDate>Thu, 29 Jul 2010 14:52:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Dominik Hoffmann</title>
		<link>http://anthonyvance.com/blog/security/disable_ssh_passwords/#comment-173</link>
		<dc:creator>Dominik Hoffmann</dc:creator>
		<pubDate>Sat, 13 Jun 2009 13:47:46 +0000</pubDate>
		<guid isPermaLink="false">http://anthonyvance.com/security/disable_ssh_passwords#comment-173</guid>
		<description>I found that my Apple Xserve at home was sometimes completely swamped with what turned out to be one of those brute force ssh attacks. After disallowing password logins I essentially got my server back.</description>
		<content:encoded><![CDATA[<p>I found that my Apple Xserve at home was sometimes completely swamped with what turned out to be one of those brute force ssh attacks. After disallowing password logins I essentially got my server back.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony</title>
		<link>http://anthonyvance.com/blog/security/disable_ssh_passwords/#comment-145</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Sat, 23 May 2009 10:32:17 +0000</pubDate>
		<guid isPermaLink="false">http://anthonyvance.com/security/disable_ssh_passwords#comment-145</guid>
		<description>James:

It's true that nmap can easily discover SSH running on alternative ports. Changing ports alone will not secure against brute-force login attempts. However, it will:

1. Reduce the number of SSH log entries of scanners probing the default port 22. In my experience, this is a considerable amount of logging that can be avoided (see &lt;a href="http://dmiessler.com/blog/security-and-obscurity-does-changing-your-ssh-port-lower-your-risk" rel="nofollow"&gt;here&lt;/a&gt; for a demonstration of this).

Second, in the case of a zero-day exploit, automated scanners typically only scan the default port in search of a vulnerability. Why? When scanning the entire IP-space, scanning even one additional port doubles the time to complete the scan. And in the case of a zero-day exploit, time is of the essence as administrators race to patch their machines.

So while changing the default port alone doesn't protect against brute-force login attempts (this post is about using public-key authentication after all), it does provide an added measure of security in the case of zero-day exploits. See further discussion of this point &lt;a href="http://www.dslreports.com/forum/remark,20171921#20177082" rel="nofollow"&gt;here&lt;/a&gt; and &lt;a href="http://www.grc.com/sn/sn-188.txt" rel="nofollow"&gt;here&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>James:</p>
<p>It&#8217;s true that nmap can easily discover SSH running on alternative ports. Changing ports alone will not secure against brute-force login attempts. However, it will:</p>
<p>1. Reduce the number of SSH log entries of scanners probing the default port 22. In my experience, this is a considerable amount of logging that can be avoided (see <a href="http://dmiessler.com/blog/security-and-obscurity-does-changing-your-ssh-port-lower-your-risk" rel="nofollow">here</a> for a demonstration of this).</p>
<p>Second, in the case of a zero-day exploit, automated scanners typically only scan the default port in search of a vulnerability. Why? When scanning the entire IP-space, scanning even one additional port doubles the time to complete the scan. And in the case of a zero-day exploit, time is of the essence as administrators race to patch their machines.</p>
<p>So while changing the default port alone doesn&#8217;t protect against brute-force login attempts (this post is about using public-key authentication after all), it does provide an added measure of security in the case of zero-day exploits. See further discussion of this point <a href="http://www.dslreports.com/forum/remark,20171921#20177082" rel="nofollow">here</a> and <a href="http://www.grc.com/sn/sn-188.txt" rel="nofollow">here</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James M</title>
		<link>http://anthonyvance.com/blog/security/disable_ssh_passwords/#comment-160</link>
		<dc:creator>James M</dc:creator>
		<pubDate>Fri, 22 May 2009 23:53:09 +0000</pubDate>
		<guid isPermaLink="false">http://anthonyvance.com/security/disable_ssh_passwords#comment-160</guid>
		<description>Put out of your mind the notion that changing the ssh port adds one bit of security to your host.  The dictionary attackers are nmap'ing and trying every port.  It might buy you a few seconds of obscurity but nothing more.</description>
		<content:encoded><![CDATA[<p>Put out of your mind the notion that changing the ssh port adds one bit of security to your host.  The dictionary attackers are nmap&#8217;ing and trying every port.  It might buy you a few seconds of obscurity but nothing more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill</title>
		<link>http://anthonyvance.com/blog/security/disable_ssh_passwords/#comment-147</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Mon, 11 May 2009 17:52:14 +0000</pubDate>
		<guid isPermaLink="false">http://anthonyvance.com/security/disable_ssh_passwords#comment-147</guid>
		<description>Great tip.

All you need to do to enable this is "sudo killall -1 sshd" and it will kick your current session (assuming you are ssh'd in) and pick up the new settings.

If you are remote to the system, test your key authentication first! (grin)</description>
		<content:encoded><![CDATA[<p>Great tip.</p>
<p>All you need to do to enable this is &#8220;sudo killall -1 sshd&#8221; and it will kick your current session (assuming you are ssh&#8217;d in) and pick up the new settings.</p>
<p>If you are remote to the system, test your key authentication first! (grin)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Resuming SCP file transfers &#171; Anthony Vance</title>
		<link>http://anthonyvance.com/blog/security/disable_ssh_passwords/#comment-144</link>
		<dc:creator>Resuming SCP file transfers &#171; Anthony Vance</dc:creator>
		<pubDate>Fri, 12 Dec 2008 10:23:16 +0000</pubDate>
		<guid isPermaLink="false">http://anthonyvance.com/security/disable_ssh_passwords#comment-144</guid>
		<description>[...] which works like a charm. This tip is posted in numerous places online, but my SSH setup at home is slightly different, so I have to modify the SSH option as [...]</description>
		<content:encoded><![CDATA[<p>[...] which works like a charm. This tip is posted in numerous places online, but my SSH setup at home is slightly different, so I have to modify the SSH option as [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
