<?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>BSD News Network &#187; openssh</title>
	<atom:link href="http://BSDNews.net/index.php/tag/openssh/feed/" rel="self" type="application/rss+xml" />
	<link>http://BSDNews.net</link>
	<description>Current Events, Issues and Other News Related to the Entire BSD Community</description>
	<lastBuildDate>Sun, 22 Apr 2012 13:30:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>announce::OpenSSH 6.0 Released</title>
		<link>http://BSDNews.net/index.php/2012/04/22/announceopenssh-6-0-released/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://BSDNews.net/index.php/2012/04/22/announceopenssh-6-0-released/#comments</comments>
		<pubDate>Sun, 22 Apr 2012 13:30:38 +0000</pubDate>
		<dc:creator>mikel</dc:creator>
				<category><![CDATA[BSD Advocacy]]></category>
		<category><![CDATA[BSD Security]]></category>
		<category><![CDATA[BSD Software]]></category>
		<category><![CDATA[announcements]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[NetBSD]]></category>
		<category><![CDATA[OpenBSD]]></category>
		<category><![CDATA[openssh]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://BSDNews.net/?p=346</guid>
		<description><![CDATA[OpenSSH 6.0 has just been released. It will be available from the mirrors listed at http://www.openssh.com/ shortly. OpenSSH is a 100% complete SSH protocol version 1.3, 1.5 and 2.0 implementation and includes sftp client and server support. Once again, we would like to thank the OpenSSH community for their continued support of the project, especially [...]]]></description>
			<content:encoded><![CDATA[<p><a title="OpenSSH home" href="http://www.openssh.com" target="_blank">OpenSSH</a> 6.0 has just been released. It will be available from the<br />
mirrors listed at http://www.openssh.com/ shortly.</p>
<p>OpenSSH is a 100% complete SSH protocol version 1.3, 1.5 and 2.0<br />
implementation and includes sftp client and server support.</p>
<p>Once again, we would like to thank the OpenSSH community for their<br />
continued support of the project, especially those who contributed<br />
code or patches, reported bugs, tested snapshots or donated to the<br />
project. More information on donations may be found at:</p>
<p>http://www.openssh.com/donations.html</p>
<p>Changes since OpenSSH 5.9<br />
=========================</p>
<p>This is primarily a bugfix release.</p>
<p>Features:</p>
<p>* ssh-keygen(1): Add optional checkpoints for moduli screening<br />
* ssh-add(1): new -k option to load plain keys (skipping certificates)<br />
* sshd(8): Add wildcard support to PermitOpen, allowing things like<br />
&#8220;PermitOpen localhost:*&#8221;.  bz #1857<br />
* ssh(1): support for cancelling local and remote port forwards via the<br />
multiplex socket. Use ssh -O cancel -L xx:xx:xx -R yy:yy:yy user@host&#8221;<br />
to request the cancellation of the specified forwardings<br />
* support cancellation of local/dynamic forwardings from ~C commandline</p>
<p>Bugfixes:</p>
<p>* ssh(1): ensure that $DISPLAY contains only valid characters before<br />
using it to extract xauth data so that it can&#8217;t be used to play local<br />
shell metacharacter games.<br />
* ssh(1): unbreak remote portforwarding with dynamic allocated listen ports<br />
* scp(1): uppress adding &#8216;&#8211;&#8217; to remote commandlines when the first<br />
argument does not start with &#8216;-&#8217;. saves breakage on some<br />
difficult-to-upgrade embedded/router platforms<br />
* ssh(1)/sshd(8): fix typo in IPQoS parsing: there is no &#8220;AF14&#8243; class,<br />
but there is an &#8220;AF21&#8243; class<br />
* ssh(1)/sshd(8): do not permit SSH2_MSG_SERVICE_REQUEST/ACCEPT during<br />
rekeying<br />
* ssh(1): skip attempting to create ~/.ssh when -F is passed<br />
* sshd(8): unbreak stdio forwarding when ControlPersist is in use; bz#1943<br />
* sshd(1): send tty break to pty master instead of (probably already<br />
closed) slave side; bz#1859<br />
* sftp(1): silence error spam for &#8220;ls */foo&#8221; in directory with files;<br />
bz#1683<br />
* Fixed a number of memory and file descriptor leaks</p>
<p>Portable OpenSSH:</p>
<p>* Add a new privilege separation sandbox implementation for Linux&#8217;s<br />
new seccomp sandbox, automatically enabled on platforms that support<br />
it. (Note: privilege separation sandboxing is still experimental)<br />
* Fix compilation problems on FreeBSD, where libutil contained openpty()<br />
but not login().<br />
* ssh-keygen(1): don&#8217;t fail in -A on platforms that don&#8217;t support ECC<br />
* Add optional support for LDNS, a BSD licensed DNS resolver library<br />
which supports DNSSEC<br />
* Relax OpenSSL version check to allow running OpenSSH binaries on<br />
systems with OpenSSL libraries with a newer &#8220;fix&#8221; or &#8220;patch&#8221; level<br />
than the binaries were originally compiled on (previous check only<br />
allowed movement within &#8220;patch&#8221; releases). bz#1991<br />
* Fix builds using contributed Redhat spec file. bz#1992</p>
<p>Checksums:<br />
==========</p>
<p>- SHA1 (openssh-6.0.tar.gz) = 5d30aba0423c44e89924bb44c5d2153635506a9f<br />
- SHA1 (openssh-6.0p1.tar.gz) = f691e53ef83417031a2854b8b1b661c9c08e4422</p>
<p>Reporting Bugs:<br />
===============</p>
<p>- Please read http://www.openssh.com/report.html<br />
Security bugs should be reported directly to openssh@openssh.com</p>
<p>OpenSSH is brought to you by Markus Friedl, Niels Provos, Theo de Raadt,<br />
Kevin Steves, Damien Miller, Darren Tucker, Jason McIntyre, Tim Rice and<br />
Ben Lindstrom.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AOpenSSH+6.0+Released&amp;link=http://BSDNews.net/index.php/2012/04/22/announceopenssh-6-0-released/&amp;notes=OpenSSH%206.0%20has%20just%20been%20released.%20It%20will%20be%20available%20from%20the%0D%0Amirrors%20listed%20at%20http%3A%2F%2Fwww.openssh.com%2F%20shortly.%0D%0A%0D%0AOpenSSH%20is%20a%20100%25%20complete%20SSH%20protocol%20version%201.3%2C%201.5%20and%202.0%0D%0Aimplementation%20and%20includes%20sftp%20client%20and%20server%20support.%0D%0A%0D%0AOnce%20again%2C%20we%20would%20like%20to%20thank%20the%20OpenSSH%20com&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-mail">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AOpenSSH%206.0%20Released&amp;link=http://BSDNews.net/index.php/2012/04/22/announceopenssh-6-0-released/&amp;notes=OpenSSH%206.0%20has%20just%20been%20released.%20It%20will%20be%20available%20from%20the%0D%0Amirrors%20listed%20at%20http%3A%2F%2Fwww.openssh.com%2F%20shortly.%0D%0A%0D%0AOpenSSH%20is%20a%20100%25%20complete%20SSH%20protocol%20version%201.3%2C%201.5%20and%202.0%0D%0Aimplementation%20and%20includes%20sftp%20client%20and%20server%20support.%0D%0A%0D%0AOnce%20again%2C%20we%20would%20like%20to%20thank%20the%20OpenSSH%20com&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=201&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AOpenSSH+6.0+Released&amp;link=http://BSDNews.net/index.php/2012/04/22/announceopenssh-6-0-released/&amp;notes=OpenSSH%206.0%20has%20just%20been%20released.%20It%20will%20be%20available%20from%20the%0D%0Amirrors%20listed%20at%20http%3A%2F%2Fwww.openssh.com%2F%20shortly.%0D%0A%0D%0AOpenSSH%20is%20a%20100%25%20complete%20SSH%20protocol%20version%201.3%2C%201.5%20and%202.0%0D%0Aimplementation%20and%20includes%20sftp%20client%20and%20server%20support.%0D%0A%0D%0AOnce%20again%2C%20we%20would%20like%20to%20thank%20the%20OpenSSH%20com&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AOpenSSH+6.0+Released&amp;link=http://BSDNews.net/index.php/2012/04/22/announceopenssh-6-0-released/&amp;notes=OpenSSH%206.0%20has%20just%20been%20released.%20It%20will%20be%20available%20from%20the%0D%0Amirrors%20listed%20at%20http%3A%2F%2Fwww.openssh.com%2F%20shortly.%0D%0A%0D%0AOpenSSH%20is%20a%20100%25%20complete%20SSH%20protocol%20version%201.3%2C%201.5%20and%202.0%0D%0Aimplementation%20and%20includes%20sftp%20client%20and%20server%20support.%0D%0A%0D%0AOnce%20again%2C%20we%20would%20like%20to%20thank%20the%20OpenSSH%20com&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=54&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AOpenSSH+6.0+Released&amp;link=http://BSDNews.net/index.php/2012/04/22/announceopenssh-6-0-released/&amp;notes=OpenSSH%206.0%20has%20just%20been%20released.%20It%20will%20be%20available%20from%20the%0D%0Amirrors%20listed%20at%20http%3A%2F%2Fwww.openssh.com%2F%20shortly.%0D%0A%0D%0AOpenSSH%20is%20a%20100%25%20complete%20SSH%20protocol%20version%201.3%2C%201.5%20and%202.0%0D%0Aimplementation%20and%20includes%20sftp%20client%20and%20server%20support.%0D%0A%0D%0AOnce%20again%2C%20we%20would%20like%20to%20thank%20the%20OpenSSH%20com&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AOpenSSH+6.0+Released&amp;link=http://BSDNews.net/index.php/2012/04/22/announceopenssh-6-0-released/&amp;notes=OpenSSH%206.0%20has%20just%20been%20released.%20It%20will%20be%20available%20from%20the%0D%0Amirrors%20listed%20at%20http%3A%2F%2Fwww.openssh.com%2F%20shortly.%0D%0A%0D%0AOpenSSH%20is%20a%20100%25%20complete%20SSH%20protocol%20version%201.3%2C%201.5%20and%202.0%0D%0Aimplementation%20and%20includes%20sftp%20client%20and%20server%20support.%0D%0A%0D%0AOnce%20again%2C%20we%20would%20like%20to%20thank%20the%20OpenSSH%20com&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-newsvine">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AOpenSSH+6.0+Released&amp;link=http://BSDNews.net/index.php/2012/04/22/announceopenssh-6-0-released/&amp;notes=OpenSSH%206.0%20has%20just%20been%20released.%20It%20will%20be%20available%20from%20the%0D%0Amirrors%20listed%20at%20http%3A%2F%2Fwww.openssh.com%2F%20shortly.%0D%0A%0D%0AOpenSSH%20is%20a%20100%25%20complete%20SSH%20protocol%20version%201.3%2C%201.5%20and%202.0%0D%0Aimplementation%20and%20includes%20sftp%20client%20and%20server%20support.%0D%0A%0D%0AOnce%20again%2C%20we%20would%20like%20to%20thank%20the%20OpenSSH%20com&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=41&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AOpenSSH+6.0+Released&amp;link=http://BSDNews.net/index.php/2012/04/22/announceopenssh-6-0-released/&amp;notes=OpenSSH%206.0%20has%20just%20been%20released.%20It%20will%20be%20available%20from%20the%0D%0Amirrors%20listed%20at%20http%3A%2F%2Fwww.openssh.com%2F%20shortly.%0D%0A%0D%0AOpenSSH%20is%20a%20100%25%20complete%20SSH%20protocol%20version%201.3%2C%201.5%20and%202.0%0D%0Aimplementation%20and%20includes%20sftp%20client%20and%20server%20support.%0D%0A%0D%0AOnce%20again%2C%20we%20would%20like%20to%20thank%20the%20OpenSSH%20com&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AOpenSSH+6.0+Released&amp;link=http://BSDNews.net/index.php/2012/04/22/announceopenssh-6-0-released/&amp;notes=OpenSSH%206.0%20has%20just%20been%20released.%20It%20will%20be%20available%20from%20the%0D%0Amirrors%20listed%20at%20http%3A%2F%2Fwww.openssh.com%2F%20shortly.%0D%0A%0D%0AOpenSSH%20is%20a%20100%25%20complete%20SSH%20protocol%20version%201.3%2C%201.5%20and%202.0%0D%0Aimplementation%20and%20includes%20sftp%20client%20and%20server%20support.%0D%0A%0D%0AOnce%20again%2C%20we%20would%20like%20to%20thank%20the%20OpenSSH%20com&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AOpenSSH+6.0+Released&amp;link=http://BSDNews.net/index.php/2012/04/22/announceopenssh-6-0-released/&amp;notes=OpenSSH%206.0%20has%20just%20been%20released.%20It%20will%20be%20available%20from%20the%0D%0Amirrors%20listed%20at%20http%3A%2F%2Fwww.openssh.com%2F%20shortly.%0D%0A%0D%0AOpenSSH%20is%20a%20100%25%20complete%20SSH%20protocol%20version%201.3%2C%201.5%20and%202.0%0D%0Aimplementation%20and%20includes%20sftp%20client%20and%20server%20support.%0D%0A%0D%0AOnce%20again%2C%20we%20would%20like%20to%20thank%20the%20OpenSSH%20com&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=39&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AOpenSSH+6.0+Released&amp;link=http://BSDNews.net/index.php/2012/04/22/announceopenssh-6-0-released/&amp;notes=OpenSSH%206.0%20has%20just%20been%20released.%20It%20will%20be%20available%20from%20the%0D%0Amirrors%20listed%20at%20http%3A%2F%2Fwww.openssh.com%2F%20shortly.%0D%0A%0D%0AOpenSSH%20is%20a%20100%25%20complete%20SSH%20protocol%20version%201.3%2C%201.5%20and%202.0%0D%0Aimplementation%20and%20includes%20sftp%20client%20and%20server%20support.%0D%0A%0D%0AOnce%20again%2C%20we%20would%20like%20to%20thank%20the%20OpenSSH%20com&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://BSDNews.net/index.php/2012/04/22/announceopenssh-6-0-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenSSH 5.3 Released</title>
		<link>http://BSDNews.net/index.php/2009/10/02/openssh-5-3-released/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://BSDNews.net/index.php/2009/10/02/openssh-5-3-released/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 14:56:23 +0000</pubDate>
		<dc:creator>mikel</dc:creator>
				<category><![CDATA[DragonflyBSD]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[General News]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[NetBSD]]></category>
		<category><![CDATA[OpenBSD]]></category>
		<category><![CDATA[PC BSD]]></category>
		<category><![CDATA[Dragon]]></category>
		<category><![CDATA[openssh]]></category>

		<guid isPermaLink="false">http://BSDNews.net/?p=98</guid>
		<description><![CDATA[I don&#8217;t know of any sysadmin who hasn&#8217;t at least heard of ssh. Let alone at least uses it to maintain their servers. Without ssh we would have to rely on such tools as telnet  or rsh. Thanks to the folks at OpenBSD we have OpenSSH a secure implementation of the ssh protocol, including daemon [...]]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t know of any sysadmin who hasn&#8217;t at least heard of ssh. Let alone at least uses it to maintain their servers. Without ssh we would have to rely on such tools as telnet  or rsh. Thanks to the folks at <a href="http://openbsd.org" target="_blank">OpenBSD</a> we have <a href="http://openssh.org" target="_blank">OpenSSH</a> a secure implementation of the ssh protocol, including daemon and supporting client applications.  On October 1st they release version 5.3 of their product.</p>
<p>Using various packaging systems or the ports tree available for your operating system you can install this with little difficulty.</p>
<p>You can read more about OpenSSH on the <a href="http://openssh.com/txt/release-5.3" target="_blank">5.3 release notice page</a>.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=OpenSSH+5.3+Released&amp;link=http://BSDNews.net/index.php/2009/10/02/openssh-5-3-released/&amp;notes=I%20don%27t%20know%20of%20any%20sysadmin%20who%20hasn%27t%20at%20least%20heard%20of%20ssh.%20Let%20alone%20at%20least%20uses%20it%20to%20maintain%20their%20servers.%20Without%20ssh%20we%20would%20have%20to%20rely%20on%20such%20tools%20as%20telnet%C2%A0%20or%20rsh.%20Thanks%20to%20the%20folks%20at%20OpenBSD%20we%20have%20OpenSSH%20a%20secure%20implementation%20of%20the%20ssh%20protocol%2C%20including%20daemon%20and%20su&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-mail">
			<a href="http://www.shareaholic.com/api/share/?title=OpenSSH%205.3%20Released&amp;link=http://BSDNews.net/index.php/2009/10/02/openssh-5-3-released/&amp;notes=I%20don%27t%20know%20of%20any%20sysadmin%20who%20hasn%27t%20at%20least%20heard%20of%20ssh.%20Let%20alone%20at%20least%20uses%20it%20to%20maintain%20their%20servers.%20Without%20ssh%20we%20would%20have%20to%20rely%20on%20such%20tools%20as%20telnet%C2%A0%20or%20rsh.%20Thanks%20to%20the%20folks%20at%20OpenBSD%20we%20have%20OpenSSH%20a%20secure%20implementation%20of%20the%20ssh%20protocol%2C%20including%20daemon%20and%20su&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=201&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.shareaholic.com/api/share/?title=OpenSSH+5.3+Released&amp;link=http://BSDNews.net/index.php/2009/10/02/openssh-5-3-released/&amp;notes=I%20don%27t%20know%20of%20any%20sysadmin%20who%20hasn%27t%20at%20least%20heard%20of%20ssh.%20Let%20alone%20at%20least%20uses%20it%20to%20maintain%20their%20servers.%20Without%20ssh%20we%20would%20have%20to%20rely%20on%20such%20tools%20as%20telnet%C2%A0%20or%20rsh.%20Thanks%20to%20the%20folks%20at%20OpenBSD%20we%20have%20OpenSSH%20a%20secure%20implementation%20of%20the%20ssh%20protocol%2C%20including%20daemon%20and%20su&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://www.shareaholic.com/api/share/?title=OpenSSH+5.3+Released&amp;link=http://BSDNews.net/index.php/2009/10/02/openssh-5-3-released/&amp;notes=I%20don%27t%20know%20of%20any%20sysadmin%20who%20hasn%27t%20at%20least%20heard%20of%20ssh.%20Let%20alone%20at%20least%20uses%20it%20to%20maintain%20their%20servers.%20Without%20ssh%20we%20would%20have%20to%20rely%20on%20such%20tools%20as%20telnet%C2%A0%20or%20rsh.%20Thanks%20to%20the%20folks%20at%20OpenBSD%20we%20have%20OpenSSH%20a%20secure%20implementation%20of%20the%20ssh%20protocol%2C%20including%20daemon%20and%20su&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=54&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=OpenSSH+5.3+Released&amp;link=http://BSDNews.net/index.php/2009/10/02/openssh-5-3-released/&amp;notes=I%20don%27t%20know%20of%20any%20sysadmin%20who%20hasn%27t%20at%20least%20heard%20of%20ssh.%20Let%20alone%20at%20least%20uses%20it%20to%20maintain%20their%20servers.%20Without%20ssh%20we%20would%20have%20to%20rely%20on%20such%20tools%20as%20telnet%C2%A0%20or%20rsh.%20Thanks%20to%20the%20folks%20at%20OpenBSD%20we%20have%20OpenSSH%20a%20secure%20implementation%20of%20the%20ssh%20protocol%2C%20including%20daemon%20and%20su&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=OpenSSH+5.3+Released&amp;link=http://BSDNews.net/index.php/2009/10/02/openssh-5-3-released/&amp;notes=I%20don%27t%20know%20of%20any%20sysadmin%20who%20hasn%27t%20at%20least%20heard%20of%20ssh.%20Let%20alone%20at%20least%20uses%20it%20to%20maintain%20their%20servers.%20Without%20ssh%20we%20would%20have%20to%20rely%20on%20such%20tools%20as%20telnet%C2%A0%20or%20rsh.%20Thanks%20to%20the%20folks%20at%20OpenBSD%20we%20have%20OpenSSH%20a%20secure%20implementation%20of%20the%20ssh%20protocol%2C%20including%20daemon%20and%20su&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-newsvine">
			<a href="http://www.shareaholic.com/api/share/?title=OpenSSH+5.3+Released&amp;link=http://BSDNews.net/index.php/2009/10/02/openssh-5-3-released/&amp;notes=I%20don%27t%20know%20of%20any%20sysadmin%20who%20hasn%27t%20at%20least%20heard%20of%20ssh.%20Let%20alone%20at%20least%20uses%20it%20to%20maintain%20their%20servers.%20Without%20ssh%20we%20would%20have%20to%20rely%20on%20such%20tools%20as%20telnet%C2%A0%20or%20rsh.%20Thanks%20to%20the%20folks%20at%20OpenBSD%20we%20have%20OpenSSH%20a%20secure%20implementation%20of%20the%20ssh%20protocol%2C%20including%20daemon%20and%20su&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=41&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=OpenSSH+5.3+Released&amp;link=http://BSDNews.net/index.php/2009/10/02/openssh-5-3-released/&amp;notes=I%20don%27t%20know%20of%20any%20sysadmin%20who%20hasn%27t%20at%20least%20heard%20of%20ssh.%20Let%20alone%20at%20least%20uses%20it%20to%20maintain%20their%20servers.%20Without%20ssh%20we%20would%20have%20to%20rely%20on%20such%20tools%20as%20telnet%C2%A0%20or%20rsh.%20Thanks%20to%20the%20folks%20at%20OpenBSD%20we%20have%20OpenSSH%20a%20secure%20implementation%20of%20the%20ssh%20protocol%2C%20including%20daemon%20and%20su&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=OpenSSH+5.3+Released&amp;link=http://BSDNews.net/index.php/2009/10/02/openssh-5-3-released/&amp;notes=I%20don%27t%20know%20of%20any%20sysadmin%20who%20hasn%27t%20at%20least%20heard%20of%20ssh.%20Let%20alone%20at%20least%20uses%20it%20to%20maintain%20their%20servers.%20Without%20ssh%20we%20would%20have%20to%20rely%20on%20such%20tools%20as%20telnet%C2%A0%20or%20rsh.%20Thanks%20to%20the%20folks%20at%20OpenBSD%20we%20have%20OpenSSH%20a%20secure%20implementation%20of%20the%20ssh%20protocol%2C%20including%20daemon%20and%20su&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.shareaholic.com/api/share/?title=OpenSSH+5.3+Released&amp;link=http://BSDNews.net/index.php/2009/10/02/openssh-5-3-released/&amp;notes=I%20don%27t%20know%20of%20any%20sysadmin%20who%20hasn%27t%20at%20least%20heard%20of%20ssh.%20Let%20alone%20at%20least%20uses%20it%20to%20maintain%20their%20servers.%20Without%20ssh%20we%20would%20have%20to%20rely%20on%20such%20tools%20as%20telnet%C2%A0%20or%20rsh.%20Thanks%20to%20the%20folks%20at%20OpenBSD%20we%20have%20OpenSSH%20a%20secure%20implementation%20of%20the%20ssh%20protocol%2C%20including%20daemon%20and%20su&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=39&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=OpenSSH+5.3+Released&amp;link=http://BSDNews.net/index.php/2009/10/02/openssh-5-3-released/&amp;notes=I%20don%27t%20know%20of%20any%20sysadmin%20who%20hasn%27t%20at%20least%20heard%20of%20ssh.%20Let%20alone%20at%20least%20uses%20it%20to%20maintain%20their%20servers.%20Without%20ssh%20we%20would%20have%20to%20rely%20on%20such%20tools%20as%20telnet%C2%A0%20or%20rsh.%20Thanks%20to%20the%20folks%20at%20OpenBSD%20we%20have%20OpenSSH%20a%20secure%20implementation%20of%20the%20ssh%20protocol%2C%20including%20daemon%20and%20su&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://BSDNews.net/index.php/2009/10/02/openssh-5-3-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Power Of Community (via: Open-Tube.com)</title>
		<link>http://BSDNews.net/index.php/2009/09/08/the-power-of-community-via-open-tube-com/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://BSDNews.net/index.php/2009/09/08/the-power-of-community-via-open-tube-com/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 14:28:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[BSD Advocacy]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[General News]]></category>
		<category><![CDATA[NetBSD]]></category>
		<category><![CDATA[OpenBSD]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[bind]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[openssh]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[sendmail]]></category>
		<category><![CDATA[unbuntu]]></category>

		<guid isPermaLink="false">http://BSDNews.net/?p=31</guid>
		<description><![CDATA[We had earlier featured many open source software, but here is a list that is the God of all the open source software, the software that is matured, well-established, popularized open source development and the use of free open source products. These projects are serving as a foundation to many software development projects, business networks [...]]]></description>
			<content:encoded><![CDATA[<p>We had earlier featured many <a href="http://open-tube.com/category/open-source/" target="_blank">open source software</a>, but here is a list that is the God of all the open source software, the software that is matured, well-established, popularized open source development and the use of free open source products. These projects are serving as a foundation to many software development projects, business networks and the public Internet for years and showed the world the power of community development.</p>
<p align="justify">4. <strong>FreeBSD, NetBSD and OpenBSD</strong></p>
<p align="justify">FreeBSD is famous for superior reliability and performance. NetBSD is famous for supporting a wide range of hardware platforms, including embedded systems and mobile devices. OpenBSD is advertised as possibly the most secure Unix-like operating system, with a security audit that never stops.</p>
<p align="justify"><a title="Open-Tube Article about Open Source" href="http://open-tube.com/open-source-gods-that-showed-the-world-the-power-of-community-development/" target="_blank">read more&#8230;</a></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=The+Power+Of+Community+%28via%3A+Open-Tube.com%29&amp;link=http://BSDNews.net/index.php/2009/09/08/the-power-of-community-via-open-tube-com/&amp;notes=We%20had%20earlier%20featured%20many%20open%20source%20software%2C%20but%20here%20is%20a%20list%20that%20is%20the%20God%20of%20all%20the%20open%20source%20software%2C%20the%20software%20that%20is%20matured%2C%20well-established%2C%20popularized%20open%20source%20development%20and%20the%20use%20of%20free%20open%20source%20products.%20These%20projects%20are%20serving%20as%20a%20foundation%20to%20many%20soft&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-mail">
			<a href="http://www.shareaholic.com/api/share/?title=The%20Power%20Of%20Community%20%28via%3A%20Open-Tube.com%29&amp;link=http://BSDNews.net/index.php/2009/09/08/the-power-of-community-via-open-tube-com/&amp;notes=We%20had%20earlier%20featured%20many%20open%20source%20software%2C%20but%20here%20is%20a%20list%20that%20is%20the%20God%20of%20all%20the%20open%20source%20software%2C%20the%20software%20that%20is%20matured%2C%20well-established%2C%20popularized%20open%20source%20development%20and%20the%20use%20of%20free%20open%20source%20products.%20These%20projects%20are%20serving%20as%20a%20foundation%20to%20many%20soft&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=201&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.shareaholic.com/api/share/?title=The+Power+Of+Community+%28via%3A+Open-Tube.com%29&amp;link=http://BSDNews.net/index.php/2009/09/08/the-power-of-community-via-open-tube-com/&amp;notes=We%20had%20earlier%20featured%20many%20open%20source%20software%2C%20but%20here%20is%20a%20list%20that%20is%20the%20God%20of%20all%20the%20open%20source%20software%2C%20the%20software%20that%20is%20matured%2C%20well-established%2C%20popularized%20open%20source%20development%20and%20the%20use%20of%20free%20open%20source%20products.%20These%20projects%20are%20serving%20as%20a%20foundation%20to%20many%20soft&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://www.shareaholic.com/api/share/?title=The+Power+Of+Community+%28via%3A+Open-Tube.com%29&amp;link=http://BSDNews.net/index.php/2009/09/08/the-power-of-community-via-open-tube-com/&amp;notes=We%20had%20earlier%20featured%20many%20open%20source%20software%2C%20but%20here%20is%20a%20list%20that%20is%20the%20God%20of%20all%20the%20open%20source%20software%2C%20the%20software%20that%20is%20matured%2C%20well-established%2C%20popularized%20open%20source%20development%20and%20the%20use%20of%20free%20open%20source%20products.%20These%20projects%20are%20serving%20as%20a%20foundation%20to%20many%20soft&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=54&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=The+Power+Of+Community+%28via%3A+Open-Tube.com%29&amp;link=http://BSDNews.net/index.php/2009/09/08/the-power-of-community-via-open-tube-com/&amp;notes=We%20had%20earlier%20featured%20many%20open%20source%20software%2C%20but%20here%20is%20a%20list%20that%20is%20the%20God%20of%20all%20the%20open%20source%20software%2C%20the%20software%20that%20is%20matured%2C%20well-established%2C%20popularized%20open%20source%20development%20and%20the%20use%20of%20free%20open%20source%20products.%20These%20projects%20are%20serving%20as%20a%20foundation%20to%20many%20soft&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=The+Power+Of+Community+%28via%3A+Open-Tube.com%29&amp;link=http://BSDNews.net/index.php/2009/09/08/the-power-of-community-via-open-tube-com/&amp;notes=We%20had%20earlier%20featured%20many%20open%20source%20software%2C%20but%20here%20is%20a%20list%20that%20is%20the%20God%20of%20all%20the%20open%20source%20software%2C%20the%20software%20that%20is%20matured%2C%20well-established%2C%20popularized%20open%20source%20development%20and%20the%20use%20of%20free%20open%20source%20products.%20These%20projects%20are%20serving%20as%20a%20foundation%20to%20many%20soft&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-newsvine">
			<a href="http://www.shareaholic.com/api/share/?title=The+Power+Of+Community+%28via%3A+Open-Tube.com%29&amp;link=http://BSDNews.net/index.php/2009/09/08/the-power-of-community-via-open-tube-com/&amp;notes=We%20had%20earlier%20featured%20many%20open%20source%20software%2C%20but%20here%20is%20a%20list%20that%20is%20the%20God%20of%20all%20the%20open%20source%20software%2C%20the%20software%20that%20is%20matured%2C%20well-established%2C%20popularized%20open%20source%20development%20and%20the%20use%20of%20free%20open%20source%20products.%20These%20projects%20are%20serving%20as%20a%20foundation%20to%20many%20soft&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=41&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=The+Power+Of+Community+%28via%3A+Open-Tube.com%29&amp;link=http://BSDNews.net/index.php/2009/09/08/the-power-of-community-via-open-tube-com/&amp;notes=We%20had%20earlier%20featured%20many%20open%20source%20software%2C%20but%20here%20is%20a%20list%20that%20is%20the%20God%20of%20all%20the%20open%20source%20software%2C%20the%20software%20that%20is%20matured%2C%20well-established%2C%20popularized%20open%20source%20development%20and%20the%20use%20of%20free%20open%20source%20products.%20These%20projects%20are%20serving%20as%20a%20foundation%20to%20many%20soft&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=The+Power+Of+Community+%28via%3A+Open-Tube.com%29&amp;link=http://BSDNews.net/index.php/2009/09/08/the-power-of-community-via-open-tube-com/&amp;notes=We%20had%20earlier%20featured%20many%20open%20source%20software%2C%20but%20here%20is%20a%20list%20that%20is%20the%20God%20of%20all%20the%20open%20source%20software%2C%20the%20software%20that%20is%20matured%2C%20well-established%2C%20popularized%20open%20source%20development%20and%20the%20use%20of%20free%20open%20source%20products.%20These%20projects%20are%20serving%20as%20a%20foundation%20to%20many%20soft&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.shareaholic.com/api/share/?title=The+Power+Of+Community+%28via%3A+Open-Tube.com%29&amp;link=http://BSDNews.net/index.php/2009/09/08/the-power-of-community-via-open-tube-com/&amp;notes=We%20had%20earlier%20featured%20many%20open%20source%20software%2C%20but%20here%20is%20a%20list%20that%20is%20the%20God%20of%20all%20the%20open%20source%20software%2C%20the%20software%20that%20is%20matured%2C%20well-established%2C%20popularized%20open%20source%20development%20and%20the%20use%20of%20free%20open%20source%20products.%20These%20projects%20are%20serving%20as%20a%20foundation%20to%20many%20soft&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=39&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=The+Power+Of+Community+%28via%3A+Open-Tube.com%29&amp;link=http://BSDNews.net/index.php/2009/09/08/the-power-of-community-via-open-tube-com/&amp;notes=We%20had%20earlier%20featured%20many%20open%20source%20software%2C%20but%20here%20is%20a%20list%20that%20is%20the%20God%20of%20all%20the%20open%20source%20software%2C%20the%20software%20that%20is%20matured%2C%20well-established%2C%20popularized%20open%20source%20development%20and%20the%20use%20of%20free%20open%20source%20products.%20These%20projects%20are%20serving%20as%20a%20foundation%20to%20many%20soft&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://BSDNews.net/index.php/2009/09/08/the-power-of-community-via-open-tube-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

