<?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>Ubuntu For Free &#187; Security</title>
	<atom:link href="http://www.forwardyouth.com/ubuntu/category/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.forwardyouth.com/ubuntu</link>
	<description>A blog covering the Ubuntu Linux distro for you and your wallet.</description>
	<lastBuildDate>Thu, 04 Mar 2010 01:01:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SSH Denied Even Though The Keys Are Authorized</title>
		<link>http://www.forwardyouth.com/ubuntu/ssh-denied-even-though-the-keys-are-authorized/</link>
		<comments>http://www.forwardyouth.com/ubuntu/ssh-denied-even-though-the-keys-are-authorized/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 13:23:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SSH]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[chmod]]></category>
		<category><![CDATA[permissions]]></category>

		<guid isPermaLink="false">http://www.forwardyouth.com/ubuntu/?p=107</guid>
		<description><![CDATA[I recently had to reinstall one of my servers. It was a pain. I didn&#8217;t have the partitions correct, so I lost my web install, and I hate how Ubuntu does not let us put /etc on a separate partition because of init. I struggled for a while with being forced to enter a password [...]]]></description>
			<content:encoded><![CDATA[<p>I recently had to reinstall one of my servers. It was a pain. I didn&#8217;t have the partitions correct, so I lost my web install, and I hate how Ubuntu does not let us put /etc on a separate partition because of init. I struggled for a while with being forced to enter a password when using ssh connections to the re-installed. The output of <strong>ssh -vvv </strong><strong>user@host</strong> indicated the keys were found and authorized, so I was stumped. I asked the <a href="http://www.ntlug.org">North Texas Linux Users Group</a> for some assistance and the first reply pointed me in the right direction. It turns out it was caused by incorrect permissions on my ssh files. To resolve, I used</p>
<p><code>cd ~<br />
chmod go-w .ssh .ssh/authorized_key*</code></p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.forwardyouth.com/ubuntu/ssh-denied-even-though-the-keys-are-authorized/&title=SSH+Denied+Even+Though+The+Keys+Are+Authorized&srcURL=http://www.forwardyouth.com/ubuntu" target="_blank" rel="nofollow"><img
src="http://www.forwardyouth.com/ubuntu/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://www.forwardyouth.com/ubuntu/ssh-denied-even-though-the-keys-are-authorized/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The OpenSSL Vulnerability</title>
		<link>http://www.forwardyouth.com/ubuntu/the-openssl-vulnerability/</link>
		<comments>http://www.forwardyouth.com/ubuntu/the-openssl-vulnerability/#comments</comments>
		<pubDate>Tue, 20 May 2008 14:00:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Canonical]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[OpenSSH]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[security advisor]]></category>
		<category><![CDATA[security alert]]></category>
		<category><![CDATA[ssh-copy-id]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.forwardyouth.com/ubuntu/?p=105</guid>
		<description><![CDATA[I recently established my network to use SSH connections. My three Ubuntu systems I discovered were using weak keys that had been generated using the flawed packages. If you haven&#8217;t been paying attention, Canonical issued USN-612-1 on 5/13/2008. If you&#8217;re using keys that have been generated since September 2006, it&#8217;s likely that you need to [...]]]></description>
			<content:encoded><![CDATA[<p>I recently established my network to use SSH connections. My three Ubuntu systems I discovered were using weak keys that had been generated using the flawed packages. If you haven&#8217;t been paying attention, Canonical issued <a title="CVE-2008-0166" href="http://www.ubuntu.com/usn/usn-612-1">USN-612-1</a> on 5/13/2008. If you&#8217;re using keys that have been generated since September 2006, it&#8217;s likely that you need to regenerate all keys. If you have any doubts, I encourage you to regenerate all keys. It will affect any key used that was generated on a compromised system. The biggest trouble for me was getting OpenSSL and OpenSSH-server packages to update. I used the ssh-copy-id command to make it the process easy for me.</p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.forwardyouth.com/ubuntu/the-openssl-vulnerability/&title=The+OpenSSL+Vulnerability&srcURL=http://www.forwardyouth.com/ubuntu" target="_blank" rel="nofollow"><img
src="http://www.forwardyouth.com/ubuntu/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://www.forwardyouth.com/ubuntu/the-openssl-vulnerability/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Webmin is my new favorite admin ninja tool</title>
		<link>http://www.forwardyouth.com/ubuntu/webmin-is-my-new-favorite-admin-ninja-tool/</link>
		<comments>http://www.forwardyouth.com/ubuntu/webmin-is-my-new-favorite-admin-ninja-tool/#comments</comments>
		<pubDate>Sat, 17 May 2008 00:57:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[webmin]]></category>
		<category><![CDATA[www]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[system administration]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.forwardyouth.com/ubuntu/?p=103</guid>
		<description><![CDATA[I have been struggling for some time with finding a way of properly managing my network, from a easy to use, fast interface. I&#8217;m pretty much set in stone that a web solution was what I was looking for. I found it in a tool called Webmin. You can download it from http://www.webmin.com. It&#8217;s built [...]]]></description>
			<content:encoded><![CDATA[<p>I have been struggling for some time with finding a way of properly managing my network, from a easy to use, fast interface. I&#8217;m pretty much set in stone that a web solution was what I was looking for. I found it in a tool called Webmin. You can download it from <a title="Webmin" href="http://www.webmin.com">http://www.webmin.com</a>. It&#8217;s built on PHP and allows the user to completely administer a system from remote. It has user-programmable modules, so it can be used to configure anything. I especially appreciate the Custom Commands, because it allows me to establish custom buttons that edit specific files. I&#8217;m able to use it to manage packages, shares, users, mail, files, apache, mysql, samba, and a whole lot more. To me, the best part of it is I can configure everything in a comfortable interface, from an application that suits my environment, my web browser. The list of available modules is massive! Practically one for every purpose.</p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.forwardyouth.com/ubuntu/webmin-is-my-new-favorite-admin-ninja-tool/&title=Webmin+is+my+new+favorite+admin+ninja+tool&srcURL=http://www.forwardyouth.com/ubuntu" target="_blank" rel="nofollow"><img
src="http://www.forwardyouth.com/ubuntu/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://www.forwardyouth.com/ubuntu/webmin-is-my-new-favorite-admin-ninja-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Security Alert &#8211; LoCo Teams Hosting Servers Compromised</title>
		<link>http://www.forwardyouth.com/ubuntu/security-alert-loco-teams-hosting-servers-compromised/</link>
		<comments>http://www.forwardyouth.com/ubuntu/security-alert-loco-teams-hosting-servers-compromised/#comments</comments>
		<pubDate>Wed, 08 Aug 2007 14:28:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Canonical]]></category>
		<category><![CDATA[LoCo Teams]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://www.forwardyouth.com/ubuntu/security-alert-loco-teams-hosting-servers-compromised/</guid>
		<description><![CDATA[If you&#8217;re a part of a any Ubuntu Loco Teams, you may have noticed that they&#8217;ve been down for a period. That&#8217;s because of a security breach. I encourage you to review these instructions for securing your system after the Ubuntu LoCo team hosts have been attacked.
]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re a part of a any Ubuntu Loco Teams, you may have noticed that they&#8217;ve been down for a period. That&#8217;s because of a <a href="https://lists.ubuntu.com/archives/loco-contacts/2007-August/001506.html">security breach</a>. I encourage you to review these <a href="http://www.wiggy.net/debian/developer-securing/">instructions for securing your system</a> after the Ubuntu LoCo team hosts have been attacked.</p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.forwardyouth.com/ubuntu/security-alert-loco-teams-hosting-servers-compromised/&title=Security+Alert+&#8211;+LoCo+Teams+Hosting+Servers+Compromised&srcURL=http://www.forwardyouth.com/ubuntu" target="_blank" rel="nofollow"><img
src="http://www.forwardyouth.com/ubuntu/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://www.forwardyouth.com/ubuntu/security-alert-loco-teams-hosting-servers-compromised/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

