<?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>pitr.net &#187; ssh</title>
	<atom:link href="http://www.pitr.net/index.php/category/ssh/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pitr.net</link>
	<description></description>
	<lastBuildDate>Sat, 11 Jul 2009 19:25:10 +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>Adding a bit of security to your server</title>
		<link>http://www.pitr.net/index.php/2008/11/07/adding-a-bit-of-security-to-your-server/</link>
		<comments>http://www.pitr.net/index.php/2008/11/07/adding-a-bit-of-security-to-your-server/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 19:17:11 +0000</pubDate>
		<dc:creator>pj</dc:creator>
				<category><![CDATA[opensource]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://www.pitr.net/index.php/2008/11/07/adding-a-bit-of-security-to-your-server/</guid>
		<description><![CDATA[If you really need to keep your sshd running on a publicly accessible port and IP, this is a piece of configuration that adds a tiny bit of extra security to your server. By specifying which usergroups are allowed to actually use ssh, you are guarding the default (system) accounts (which shouldn&#8217;t have easily guessable [...]]]></description>
			<content:encoded><![CDATA[<p>If you really need to keep your sshd running on a publicly accessible port and IP, this is a piece of configuration</p>
<p>that adds a tiny bit of extra security to your server. By specifying which usergroups are allowed to actually use ssh, you are guarding the default (system) accounts (which  shouldn&#8217;t have easily guessable passwords in the first place!) with an extra layer.</p>
<p>Add a new group:</p>
<blockquote><p>addgroup sshusers</p></blockquote>
<p>Add the users which are allowed to connect using ssh:</p>
<blockquote><p>vigr (and add the users to the group)</p></blockquote>
<p>Add the following line to /etc/ssh/sshd_config:</p>
<blockquote><p>AllowGroups sshusers</p></blockquote>
<p>And restart sshd. Make sure that you have a working ssh session when testing out the changes!</p>
<a href='#' id="mfg_link_1" class="mfg"></a>
<script type="text/javascript">/* <![CDATA[ */
mfg_create_link( "mfg_link_1", "ssh sshd security allowgroups sshd_config", "More from Google on <em>", "<\/em> &raquo;");
/* ]]&gt; */</script>]]></content:encoded>
			<wfw:commentRss>http://www.pitr.net/index.php/2008/11/07/adding-a-bit-of-security-to-your-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
