<?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>Bluehost Review &#38; Bluehost Discount $3.95/mth - Bluehost Hosted &#187; Bluehost SSH</title>
	<atom:link href="http://www.bluehostreview.org/bluehost/bluehost-ssh/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bluehostreview.org</link>
	<description>Real Bluehost reviews and bluehost user reviews that you must read before signup Bluehost.com hosting. Blue Host reviews from forums, blogs, and user submitted. This bluehost blog is also about bluehost hosting, bluehost review, bluehost coupons, bluehost discounts, bluehost rebates, and bluehost special promotion.</description>
	<lastBuildDate>Thu, 11 Mar 2010 09:24:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Bluehost SSH Getting Started</title>
		<link>http://www.bluehostreview.org/bluehost-ssh-getting-started</link>
		<comments>http://www.bluehostreview.org/bluehost-ssh-getting-started#comments</comments>
		<pubDate>Fri, 01 Jun 2007 06:46:26 +0000</pubDate>
		<dc:creator>Bluehost Review</dc:creator>
				<category><![CDATA[Bluehost SSH]]></category>

		<guid isPermaLink="false">http://www.bluehostreview.org/bluehost-ssh-getting-started/</guid>
		<description><![CDATA[As in previous posting, i wrote some introduction to SSH and how to get connected to blue host server. This tutorial continue with, how to setup the ssh connection, and what you need to do to get started.
Login to your bluehost cpanel.. version 10. Scroll the way down to &#8220;system tool&#8221;.. and click the &#8220;SSH/shell [...]]]></description>
			<content:encoded><![CDATA[<p>As in previous posting, i wrote some introduction to SSH and how to get connected to <a title="blue host" href="http://www.bluehostreview.org/">blue host</a> server. This tutorial continue with, how to setup the ssh connection, and what you need to do to get started.</p>
<p>Login to your <a title="bluehost cpanel" href="http://www.bluehostreview.org/bluehost/bluehost-cpanel">bluehost cpanel</a>.. version 10. Scroll the way down to &#8220;system tool&#8221;.. and click the &#8220;SSH/shell access&#8221;. This will bring you to the telnet and secure ssh page.</p>
<p style="text-align: center"><img src="http://www.bluehostreview.org/images/bluehost-ssh.gif" title="Bluehost SSH" alt="Bluehost SSH" border="1" height="257" width="400" /></p>
<p><font class="med">&#8220;For security reasons, shell access is not enabled by default. In  order to activate shell access on your account, you will need to fax or mail a  copy of your driver&#8217;s license, passport or other photo id to customer service.  You can fax it to +1 (801) 765-1992 or you can submit your scanned photo ID  directly to our helpdesk in the following form&#8221;</font></p>
<p>That is exactly what you need to do, to get approval to use the SSH connection. Not only <a title="bluehost" href="http://www.bluehostreview.org/">bluehost</a>, other hoster is doing the same. No anonymous user is allow to ssh or telnet to server and do what ever they want. Security come first.</p>
<p>Go to <u><strong><a href="http://www.bluehostreview.org/bluehost.php" title="Go to Bluehost" target="_blank">Bluehost.com</a></strong></u></p>]]></content:encoded>
			<wfw:commentRss>http://www.bluehostreview.org/bluehost-ssh-getting-started/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bluehost SSH Introduction</title>
		<link>http://www.bluehostreview.org/bluehost-ssh-introduction</link>
		<comments>http://www.bluehostreview.org/bluehost-ssh-introduction#comments</comments>
		<pubDate>Fri, 01 Jun 2007 06:05:14 +0000</pubDate>
		<dc:creator>Bluehost Review</dc:creator>
				<category><![CDATA[Bluehost SSH]]></category>

		<guid isPermaLink="false">http://www.bluehostreview.org/bluehost-ssh-introduction/</guid>
		<description><![CDATA[If you need to remotely log into bluehost hosting server, probably you need to use SSH (Secure Shell) connection. SSH allows secure file transfer and remote logins over the internet. Your  connection via SSH is encrypted allowing the secure connection. In this section  you can manage your SSH keys to allow automation when [...]]]></description>
			<content:encoded><![CDATA[<p>If you need to remotely log into <a title="bluehost hosting" href="http://www.bluehostreview.org/bluehost/bluehost-hosting">bluehost hosting</a> server, probably you need to use SSH (Secure Shell) connection. SSH allows secure file transfer and remote logins over the internet. Your  connection via SSH is encrypted allowing the secure connection. In this section  you can manage your SSH keys to allow automation when logging in via SSH. Using  public key authentication is an alternative to password authentication. Since  the private key must be held to authenticate, it is virtually impossible to  brute force.</p>
<p>Before you setup the ssh, make sure you have the ssh client progam ready. I would be recommending PuTTY, a telnet and ssh client program. Which have both windows and linux version available for free download. You can get the ssh client at this link: http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html</p>
<p>The SSH command is linux based. An example is:</p>
<p>pico : friendly, easy to use file editor<br />
pico  /home/burst/public_html/index.html : edit the index page for the user&#8217;s  website.</p>
<p>cd : change directory · · cd /usr/local/apache : go to /usr/local/apache/  directory<br />
cd ~ : go to your home directory<br />
cd &#8211; : go to the last directory  you were in<br />
cd .. : go up a directory</p>
<p>Go to <u><strong><a href="http://www.bluehostreview.org/bluehost.php" title="Go to Bluehost" target="_blank">Bluehost.com</a></strong></u></p>]]></content:encoded>
			<wfw:commentRss>http://www.bluehostreview.org/bluehost-ssh-introduction/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
