<?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: Modify SSH Config To Maximize Security</title>
	<atom:link href="http://www.foogazi.com/2006/11/29/modify-ssh-to-maximize-security/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.foogazi.com/2006/11/29/modify-ssh-to-maximize-security/</link>
	<description>Linux Tips, Tricks, and Opinions</description>
	<lastBuildDate>Wed, 27 Jun 2012 07:49:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
	<item>
		<title>By: Virtual server has been suspended by the administrator</title>
		<link>http://www.foogazi.com/2006/11/29/modify-ssh-to-maximize-security/comment-page-1/#comment-246263</link>
		<dc:creator>Virtual server has been suspended by the administrator</dc:creator>
		<pubDate>Thu, 24 May 2012 13:07:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.inguin.com/wordpress/?p=52#comment-246263</guid>
		<description>[...] and used to scan or attack other servers. I would recommend to apply SSH security as described here Modify SSH Config To Maximize Security              Reply With Quote              + Reply to Thread     &#171; Previous Thread &#124; Next [...]</description>
		<content:encoded><![CDATA[<p>[...] and used to scan or attack other servers. I would recommend to apply SSH security as described here Modify SSH Config To Maximize Security              Reply With Quote              + Reply to Thread     &laquo; Previous Thread | Next [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray</title>
		<link>http://www.foogazi.com/2006/11/29/modify-ssh-to-maximize-security/comment-page-1/#comment-111508</link>
		<dc:creator>Ray</dc:creator>
		<pubDate>Tue, 26 Apr 2011 05:13:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.inguin.com/wordpress/?p=52#comment-111508</guid>
		<description>Where is &quot;AllowUsers&quot; in sshd_config file?
If it doesn&#039;t have that line, should I just add one like this?

AllowUsers admin
or
#AllowUsers admin

Which one is correct?</description>
		<content:encoded><![CDATA[<p>Where is &#8220;AllowUsers&#8221; in sshd_config file?<br />
If it doesn&#8217;t have that line, should I just add one like this?</p>
<p>AllowUsers admin<br />
or<br />
#AllowUsers admin</p>
<p>Which one is correct?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: driveby</title>
		<link>http://www.foogazi.com/2006/11/29/modify-ssh-to-maximize-security/comment-page-1/#comment-46384</link>
		<dc:creator>driveby</dc:creator>
		<pubDate>Mon, 05 Oct 2009 13:18:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.inguin.com/wordpress/?p=52#comment-46384</guid>
		<description>Something I&#039;ve been in the habit of doing is generally have some system group that people who need a shell will be in, such as wheel and admin groups depending on distro.  Then, in the sshd_config use the AllowGroups option to restrict access that way.  It makes things sort of self-documenting on the system side, doesn&#039;t require updating the sshd_config for account changes, etc.</description>
		<content:encoded><![CDATA[<p>Something I&#8217;ve been in the habit of doing is generally have some system group that people who need a shell will be in, such as wheel and admin groups depending on distro.  Then, in the sshd_config use the AllowGroups option to restrict access that way.  It makes things sort of self-documenting on the system side, doesn&#8217;t require updating the sshd_config for account changes, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SSH follow-up &#38;laquo; Akee fruits</title>
		<link>http://www.foogazi.com/2006/11/29/modify-ssh-to-maximize-security/comment-page-1/#comment-522</link>
		<dc:creator>SSH follow-up &#38;laquo; Akee fruits</dc:creator>
		<pubDate>Sat, 08 Dec 2007 00:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.inguin.com/wordpress/?p=52#comment-522</guid>
		<description>[...] I found this article when I began my research, which seems like a good starting point. I keep googling around and tweaking when I have a few minutes and an Internet connection at hand. It&#8217;s really interesting, I might buy myself the O&#8217;Reilly book on SSH as a Christmas gift or something (&#8230;since the Canonical store refused my payment for what I ordered and doesn&#8217;t answer my emails about it). There&#8217;s a lot of stuff I want to try but first I&#8217;d like to understand them more. [...]</description>
		<content:encoded><![CDATA[<p>[...] I found this article when I began my research, which seems like a good starting point. I keep googling around and tweaking when I have a few minutes and an Internet connection at hand. It&#38;#8217;s really interesting, I might buy myself the O&#38;#8217;Reilly book on SSH as a Christmas gift or something (&#38;#8230;since the Canonical store refused my payment for what I ordered and doesn&#38;#8217;t answer my emails about it). There&#38;#8217;s a lot of stuff I want to try but first I&#38;#8217;d like to understand them more. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Archer</title>
		<link>http://www.foogazi.com/2006/11/29/modify-ssh-to-maximize-security/comment-page-1/#comment-520</link>
		<dc:creator>Tim Archer</dc:creator>
		<pubDate>Mon, 09 Apr 2007 23:58:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.inguin.com/wordpress/?p=52#comment-520</guid>
		<description>In your sshd_config file you may also want to limit the LoginGraceTime parameter. I have a small writeup at:
&lt;a href=&quot;http://timarcher.com/?q=node/46&quot; rel=&quot;nofollow&quot;&gt;http://timarcher.com/?q=node/46&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>In your sshd_config file you may also want to limit the LoginGraceTime parameter. I have a small writeup at:<br />
<a href="http://timarcher.com/?q=node/46" rel="nofollow">http://timarcher.com/?q=node/46</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jimmy Nord &#38;#187; Blog Archive &#38;#187; Instructions on Maximizing SSH security</title>
		<link>http://www.foogazi.com/2006/11/29/modify-ssh-to-maximize-security/comment-page-1/#comment-519</link>
		<dc:creator>Jimmy Nord &#38;#187; Blog Archive &#38;#187; Instructions on Maximizing SSH security</dc:creator>
		<pubDate>Fri, 02 Feb 2007 08:09:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.inguin.com/wordpress/?p=52#comment-519</guid>
		<description>[...] http://www.foogazi.com/2006/11/29/modify-ssh-to-maximize-security/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.foogazi.com/2006/11/29/modify-ssh-to-maximize-security/" rel="nofollow">http://www.foogazi.com/2006/11/29/modify-ssh-to-maximize-security/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Myglobalblog &#38;#187; Blog Archive &#38;#187; life is about modifying SSH</title>
		<link>http://www.foogazi.com/2006/11/29/modify-ssh-to-maximize-security/comment-page-1/#comment-518</link>
		<dc:creator>Myglobalblog &#38;#187; Blog Archive &#38;#187; life is about modifying SSH</dc:creator>
		<pubDate>Thu, 04 Jan 2007 02:56:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.inguin.com/wordpress/?p=52#comment-518</guid>
		<description>[...] Url.Site.Linux.modifying SSH [...]</description>
		<content:encoded><![CDATA[<p>[...] Url.Site.Linux.modifying SSH [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krígl</title>
		<link>http://www.foogazi.com/2006/11/29/modify-ssh-to-maximize-security/comment-page-1/#comment-517</link>
		<dc:creator>Krígl</dc:creator>
		<pubDate>Tue, 12 Dec 2006 07:49:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.inguin.com/wordpress/?p=52#comment-517</guid>
		<description>It should be mentioned that changing ssh port is useful only if you can afford it, i.e. if only you and several other trusted people use the machine, security through obscurity might be fine, but setting up strong password (or key along with disabling passwords) is still much more important.
Without it, security through obscurity will on the contrary become much more risky. One aggressive scan will tell attacker anyway and against botnets are abovementioned methods of disabling root login and reducing number of logging tries and permitted users much better.

Last but not least - any script kiddie worth it&#039;s h4xx0r l33tness will try some obvious ports like 2200 or 22222 while your users, if logging remotely twice in a year, may easily forgot that 13654 port and end up scanning the machine for it.

Btw. I hope this system hides email, when it&#039;s required, if it is so, it&#039;s fine to mention it, so less people will submit some nonsense like I did.</description>
		<content:encoded><![CDATA[<p>It should be mentioned that changing ssh port is useful only if you can afford it, i.e. if only you and several other trusted people use the machine, security through obscurity might be fine, but setting up strong password (or key along with disabling passwords) is still much more important.<br />
Without it, security through obscurity will on the contrary become much more risky. One aggressive scan will tell attacker anyway and against botnets are abovementioned methods of disabling root login and reducing number of logging tries and permitted users much better.</p>
<p>Last but not least &#8211; any script kiddie worth it&#8217;s h4xx0r l33tness will try some obvious ports like 2200 or 22222 while your users, if logging remotely twice in a year, may easily forgot that 13654 port and end up scanning the machine for it.</p>
<p>Btw. I hope this system hides email, when it&#8217;s required, if it is so, it&#8217;s fine to mention it, so less people will submit some nonsense like I did.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Initial Slackware Configurations &#38;laquo; foogazi.com - technical aspects for the masses</title>
		<link>http://www.foogazi.com/2006/11/29/modify-ssh-to-maximize-security/comment-page-1/#comment-516</link>
		<dc:creator>Initial Slackware Configurations &#38;laquo; foogazi.com - technical aspects for the masses</dc:creator>
		<pubDate>Fri, 01 Dec 2006 16:18:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.inguin.com/wordpress/?p=52#comment-516</guid>
		<description>[...] Read my article on Modifying SSH to Maximize Security for details on modifications to make to your sshd_config file. [...]</description>
		<content:encoded><![CDATA[<p>[...] Read my article on Modifying SSH to Maximize Security for details on modifications to make to your sshd_config file. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adam k</title>
		<link>http://www.foogazi.com/2006/11/29/modify-ssh-to-maximize-security/comment-page-1/#comment-515</link>
		<dc:creator>adam k</dc:creator>
		<pubDate>Thu, 30 Nov 2006 18:19:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.inguin.com/wordpress/?p=52#comment-515</guid>
		<description>@chort:

You&#039;re right in the sense that it&#039;s useless because it is set to &quot;no&quot; by default, but I still decided to include it because some people may be allowing empty passwords.  Just wanted to let you know that I thought about the &quot;uselessness&quot; prior to posting.

Thank you for your input. :)

Great tip on setting the port higher than 1023, I should have mentioned that.</description>
		<content:encoded><![CDATA[<p>@chort:</p>
<p>You&#8217;re right in the sense that it&#8217;s useless because it is set to &#8220;no&#8221; by default, but I still decided to include it because some people may be allowing empty passwords.  Just wanted to let you know that I thought about the &#8220;uselessness&#8221; prior to posting.</p>
<p>Thank you for your input. <img src='http://www.foogazi.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Great tip on setting the port higher than 1023, I should have mentioned that.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
