<?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>BlueFur.com &#187; Security</title>
	<atom:link href="http://blog.bluefur.com/category/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.bluefur.com</link>
	<description>Just another Hosting weblog</description>
	<lastBuildDate>Thu, 08 Dec 2011 18:34:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Secure FTP Required</title>
		<link>http://blog.bluefur.com/2009/12/09/secure-ftp-required/</link>
		<comments>http://blog.bluefur.com/2009/12/09/secure-ftp-required/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 15:06:45 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://blog.bluefur.com/?p=5636</guid>
		<description><![CDATA[In an effort to continually improve security on the servers we have now set all our servers to require TLS Encryption. Did you know that standard FTP sends your password and usersname through text? That means anyone with a packet sniffer could easily scoop up your login details and access your account. As that can [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.bluefur.com/images/hacker.jpg" alt="" hspace="5" vspace="5" align="right" /></p>
<p>In an effort to continually improve security on the servers we have now set all our servers to require TLS Encryption.</p>
<p><strong>Did you know that standard FTP sends your password and usersname through text?</strong></p>
<p>That means anyone with a packet sniffer could easily scoop up your login details and access your account. As that can be detrimental to you and others on the server we feel it is important to close that hole permanently.</p>
<p>I have tested and the current release of FileZilla has no problem with SFTP. If you get any error be sure you upgrade your FTP software to the newest one or download the free <a href="http://filezilla-project.org/">FileZilla</a> software and use it.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bluefur.com/2009/12/09/secure-ftp-required/feed/</wfw:commentRss>
		<slash:comments>35</slash:comments>
		</item>
		<item>
		<title>SSL Exception</title>
		<link>http://blog.bluefur.com/2009/10/26/ssl-exception/</link>
		<comments>http://blog.bluefur.com/2009/10/26/ssl-exception/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 19:02:52 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://blog.bluefur.com/?p=5420</guid>
		<description><![CDATA[As most of our customers have come to find out the migration to using Tokens means that the login page has changed and that we now need to use SSL to login. This means that your using 128 bit encryption every time you connect to the server. Is it important? Yes your account and files [...]]]></description>
			<content:encoded><![CDATA[<p><img align="right" hspace="5" vspace="5" class="alignright" src="http://blog.bluefur.com/images/hacker.jpg" alt="" /></p>
<p>As most of our customers have come to find out the migration to using Tokens means that the login page has changed and that we now need to use SSL to login. This means that your using 128 bit encryption every time you connect to the server. Is it important? Yes your account and files are important to us because it stops people from maliciously using your account. There are exploits out there that people can use to find your cPanel username and password with the old method of how we use to login and this new way prevents those exploits.</p>
<p>So to connect to cPanel you have to use ssl like this:</p>
<p>https://yourdomains.com:2083</p>
<p>To connect to your webmail:</p>
<p>https://yourdomains.com:2096</p>
<p>If you have a legacy reseller account you have to use:</p>
<p>https://serverIP:2087</p>
<p>Now you will notice when you login that you will get notices that you are connecting to a none secure SSL. The warning are 100% correct we are not using a certificate from a provider instead the servers are using a self signed SSL. Basically it means we are using a free SSL which we can set up on the server to still provide 128 bit encryption w/o an added expenditure which is not required.</p>
<p>To by pass this notice just add an exception and it will not prompt you for it again.</p>
<p>I know this has been a headache for some as is any change but it is one for the better of your site and the server. If you have issue or concerns be sure to open a ticket at our <a href="http://www.bluefur.com/support/">heldpesk</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bluefur.com/2009/10/26/ssl-exception/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress 2.8.5</title>
		<link>http://blog.bluefur.com/2009/10/21/wordpress-285/</link>
		<comments>http://blog.bluefur.com/2009/10/21/wordpress-285/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 13:10:49 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://blog.bluefur.com/?p=5368</guid>
		<description><![CDATA[Attention bloggers if you have manually installed WordPress then you should upgrade to 2.8.5. This upgrade has a lot of security fixes. Full details on what has been updated are here. For those who installed WordPress with Fantastico, Netenberg usually has the upgrade released a week or two later. We do post Fantastico updates on [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border: 0px;" src="http://blog.bluefur.com/images/iheartwordpress.jpg" border="0" alt="" width="500" height="70" /></p>
<p>Attention bloggers if you have manually installed WordPress then you should <a href="http://wordpress.org/download/">upgrade to 2.8.5</a>. This upgrade has a lot of security fixes. Full details on what has been updated are <a href="http://wordpress.org/development/2009/10/wordpress-2-8-5-hardening-release/">here</a>.</p>
<p>For those who installed WordPress with Fantastico, <a title="Netenberg" href="http://netenberg.com/">Netenberg</a> usually has the upgrade released a week or two later. We do post <a title="Fantastico Updates" href="http://blog.bluefur.com/category/fantastico-updates/">Fantastico updates</a> on the blog so keep an eye open for that.</p>
<p>Please also note we will post when it is time for <a href="http://www.bluefur.com/hosting/bloghostingcanada.php">Managed Blog hosting</a> customers to <a href="http://blog.bluefur.com/category/managed-blog-hosting/">upgrade</a> in this blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bluefur.com/2009/10/21/wordpress-285/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Update WordPress 2.8.2</title>
		<link>http://blog.bluefur.com/2009/07/20/update-wordpress-282/</link>
		<comments>http://blog.bluefur.com/2009/07/20/update-wordpress-282/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 16:14:20 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://blog.bluefur.com/?p=4508</guid>
		<description><![CDATA[Attention bloggers if you have manually installed WordPress then you should upgrade to 2.8.2. This upgrade fixes an XSS vulnerability. Full details on what has been updated are here. For those who installed WordPress with Fantastico, Netenberg usually has the upgrade released a week or two later. We do post Fantastico updates on the blog [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border: 0px;" src="http://blog.bluefur.com/images/iheartwordpress.jpg" border="0" alt="" width="500" height="70" /></p>
<p>Attention bloggers if you have manually installed WordPress then you should <a href="http://wordpress.org/download/">upgrade to 2.8.2</a>. This upgrade fixes an XSS vulnerability. Full details on what has been updated are <a href="http://wordpress.org/development/2009/07/wordpress-2-8-2/">here</a>.</p>
<p>For those who installed WordPress with Fantastico, <a title="Netenberg" href="http://netenberg.com/">Netenberg</a> usually has the upgrade released a week or two later. We do post <a title="Fantastico Updates" href="http://blog.bluefur.com/category/fantastico-updates/">Fantastico updates</a> on the blog so keep an eye open for that.</p>
<p>Please also note we will post when it is time for <a href="http://www.bluefur.com/hosting/bloghostingcanada.php">Managed Blog hosting</a> customers to <a href="http://blog.bluefur.com/category/managed-blog-hosting/">upgrade</a> in this blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bluefur.com/2009/07/20/update-wordpress-282/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update WordPress 2.8.1</title>
		<link>http://blog.bluefur.com/2009/07/09/update-wordpress-281/</link>
		<comments>http://blog.bluefur.com/2009/07/09/update-wordpress-281/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 21:17:50 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://blog.bluefur.com/?p=4399</guid>
		<description><![CDATA[Attention bloggers if you have manually installed WordPress then you should upgrade to 2.8.1. This upgrade fixes many bugs and tightens security for plugin administration pages. Full details on what has been updated are here. For those who installed WordPress with Fantastico, Netenberg usually has the upgrade released a week or two later. We do [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border: 0px;" src="http://blog.bluefur.com/images/iheartwordpress.jpg" border="0" alt="" width="500" height="70" /></p>
<p>Attention bloggers if you have manually installed WordPress then you should <a href="http://wordpress.org/download/">upgrade to 2.8.1</a>. This upgrade fixes many bugs and tightens security for plugin administration pages. Full details on what has been updated are <a href="http://wordpress.org/development/2009/07/wordpress-2-8-1/">here</a>.</p>
<p>For those who installed WordPress with Fantastico, <a title="Netenberg" href="http://netenberg.com/">Netenberg</a> usually has the upgrade released a week or two later. We do post <a title="Fantastico Updates" href="http://blog.bluefur.com/category/fantastico-updates/">Fantastico updates</a> on the blog so keep an eye open for that.</p>
<p>Please also note we will post when it is time for <a href="http://www.bluefur.com/hosting/bloghostingcanada.php">Managed Blog hosting</a> customers to <a href="http://blog.bluefur.com/category/managed-blog-hosting/">upgrade</a> in this blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bluefur.com/2009/07/09/update-wordpress-281/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update WordPress 2.8</title>
		<link>http://blog.bluefur.com/2009/06/10/update-wordpress-28/</link>
		<comments>http://blog.bluefur.com/2009/06/10/update-wordpress-28/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 05:10:36 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://blog.bluefur.com/?p=4070</guid>
		<description><![CDATA[Attention bloggers if you have manually installed WordPress then you should upgrade to 2.8. This upgrade makes improvements to themes, widgets, taxonomies and overall speed. Also over 790 bugs are fixed in 2.8. For those who installed WordPress with Fantastico, Netenberg usually has the upgrade released a week or two later. We do post Fantastico [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border: 0px;" src="http://blog.bluefur.com/images/iheartwordpress.jpg" border="0" alt="" width="500" height="70" /></p>
<p>Attention bloggers if you have manually installed WordPress then you should <a href="http://wordpress.org/download/">upgrade to 2.8</a>. This upgrade makes improvements to themes, widgets, taxonomies and overall speed. Also over 790 bugs are <a href="http://wordpress.org/development/2009/06/wordpress-28/">fixed in 2.8</a>.</p>
<p>For those who installed WordPress with Fantastico, <a title="Netenberg" href="http://netenberg.com/">Netenberg</a> usually has the upgrade released a week or two later. We do post <a title="Fantastico Updates" href="http://blog.bluefur.com/category/fantastico-updates/">Fantastico updates</a> on the blog so keep an eye open for that.</p>
<p>Please also note we will post when it is time for <a href="http://www.bluefur.com/hosting/bloghostingcanada.php">Managed Blog hosting</a> customers to <a href="http://blog.bluefur.com/category/managed-blog-hosting/">upgrade</a> in this blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bluefur.com/2009/06/10/update-wordpress-28/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Update WordPress 2.7.1</title>
		<link>http://blog.bluefur.com/2009/02/11/update-wordpress-271/</link>
		<comments>http://blog.bluefur.com/2009/02/11/update-wordpress-271/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 14:56:41 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://blog.bluefur.com/?p=2756</guid>
		<description><![CDATA[Attention bloggers if you have manually installed WordPress then you shouldÂ  upgrade to 2.7.1. There are many bug fixes in 2.7.1. For those who installed WordPress with Fantastico, Netenberg usually has the upgrade released a week or two later. We do post Fantastico updates on the blog so keep an eye open for that. Please [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border: 0;" src="http://blog.bluefur.com/images/iheartwordpress.jpg" border="0" alt="" width="500" height="70" /></p>
<p>Attention bloggers if you have manually installed WordPress then you shouldÂ  <a href="http://wordpress.org/download/">upgrade to 2.7.1</a>. There are many bug fixes <a href="http://wordpress.org/development/2009/02/wordpress-271/">in 2.7.1</a>.</p>
<p>For those who installed WordPress with Fantastico, <a title="Netenberg" href="http://netenberg.com/">Netenberg</a> usually has the upgrade released a week or two later. We do post <a title="Fantastico Updates" href="http://blog.bluefur.com/category/fantastico-updates/">Fantastico updates</a> on the blog so keep an eye open for that.</p>
<p>Please also note we will post when it is time for <a href="http://www.bluefur.com/hosting/bloghostingcanada.php">Managed Blog hosting</a> customers to <a href="http://blog.bluefur.com/category/managed-blog-hosting/">upgrade</a> inÂ this blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bluefur.com/2009/02/11/update-wordpress-271/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Update WordPress 2.7</title>
		<link>http://blog.bluefur.com/2008/12/10/update-wordpress-27/</link>
		<comments>http://blog.bluefur.com/2008/12/10/update-wordpress-27/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 03:08:25 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://blog.bluefur.com/?p=1994</guid>
		<description><![CDATA[Attention bloggers if you have manually installed WordPress then you shouldÂ  upgrade to 2.7. There are many newÂ features and visual changes now in 2.7. For those who installed WordPress with Fantastico, Netenberg usually has the upgrade released a week or two later. We do post Fantastico updates on the blog so keep an eye open [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border: 0;" src="http://blog.bluefur.com/images/iheartwordpress.jpg" border="0" alt="" width="500" height="70" /></p>
<p>Attention bloggers if you have manually installed WordPress then you shouldÂ  <a href="http://wordpress.org/download/">upgrade to 2.7</a>. There are many newÂ features and visual changes <a href="http://wordpress.org/development/2008/12/coltrane/">now in 2.7</a>.</p>
<p>For those who installed WordPress with Fantastico, <a title="Netenberg" href="http://netenberg.com/">Netenberg</a> usually has the upgrade released a week or two later. We do post <a title="Fantastico Updates" href="http://blog.bluefur.com/category/fantastico-updates/">Fantastico updates</a> on the blog so keep an eye open for that.</p>
<p>Please also note we will post when it is time for <a href="http://www.bluefur.com/hosting/bloghostingcanada.php">Managed Blog hosting</a> customers to <a href="http://blog.bluefur.com/category/managed-blog-hosting/">upgrade</a> inÂ this blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bluefur.com/2008/12/10/update-wordpress-27/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Update WordPress 2.6.5 Immediately</title>
		<link>http://blog.bluefur.com/2008/11/25/update-wordpress-265-immediately/</link>
		<comments>http://blog.bluefur.com/2008/11/25/update-wordpress-265-immediately/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 03:11:18 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://blog.bluefur.com/?p=1890</guid>
		<description><![CDATA[Attention bloggers if you have manually installed WordPress then you should immediately upgrade to 2.6.5. There are security issues in 2.6.3 which are now fixed in 2.6.5. For those who installed WordPress with Fantastico, Netenberg usually has the upgrade released a week or two later. We do post Fantastico updates on the blog so keep [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border: 0;" src="http://blog.bluefur.com/images/iheartwordpress.jpg" border="0" alt="" width="500" height="70" /></p>
<p>Attention bloggers if you have manually installed WordPress then you should immediately <a href="http://wordpress.org/download/">upgrade to 2.6.5</a>. There are security issues in 2.6.3 which are now <a href="http://wordpress.org/development/2008/11/wordpress-265/">fixed in 2.6.5</a>.</p>
<p>For those who installed WordPress with Fantastico, <a title="Netenberg" href="http://netenberg.com/">Netenberg</a> usually has the upgrade released a week or two later. We do post <a title="Fantastico Updates" href="http://blog.bluefur.com/category/fantastico-updates/">Fantastico updates</a> on the blog so keep an eye open for that.</p>
<p>Please also note we will post when it is time for <a href="http://www.bluefur.com/hosting/bloghostingcanada.php">Managed Blog hosting</a> customers to <a href="http://blog.bluefur.com/category/managed-blog-hosting/">upgrade</a> inÂ this blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bluefur.com/2008/11/25/update-wordpress-265-immediately/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update WordPress 2.6.3 Immediately</title>
		<link>http://blog.bluefur.com/2008/10/23/update-wordpress-263-immediately/</link>
		<comments>http://blog.bluefur.com/2008/10/23/update-wordpress-263-immediately/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 02:25:04 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://blog.bluefur.com/?p=1686</guid>
		<description><![CDATA[Attention bloggers if you have manually installed WordPress then you should immediately upgrade to 2.6.3. There are security issues in 2.6.2 which are now fixed in 2.6.3. For those who installed WordPress with Fantastico, Netenberg usually has the upgrade released a week or two later. We do post Fantastico updates on the blog so keep [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border: 0;" src="http://blog.bluefur.com/images/iheartwordpress.jpg" border="0" alt="" width="500" height="70" /></p>
<p>Attention bloggers if you have manually installed WordPress then you should immediately <a href="http://wordpress.org/download/">upgrade to 2.6.3</a>. There are security issues in 2.6.2 which are now <a href="http://wordpress.org/development/2008/10/wordpress-263/">fixed in 2.6.3</a>.</p>
<p>For those who installed WordPress with Fantastico, <a title="Netenberg" href="http://netenberg.com/">Netenberg</a> usually has the upgrade released a week or two later. We do post <a title="Fantastico Updates" href="http://blog.bluefur.com/category/fantastico-updates/">Fantastico updates</a> on the blog so keep an eye open for that.</p>
<p>Please also note we will post when it is time for <a href="http://www.bluefur.com/hosting/bloghostingcanada.php">Managed Blog hosting</a> customers to <a href="http://blog.bluefur.com/category/managed-blog-hosting/">upgrade</a> inÂ this blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bluefur.com/2008/10/23/update-wordpress-263-immediately/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

