<?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>Next Web Designs &#187; linux</title>
	<atom:link href="http://nextwebdesigns.com/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://nextwebdesigns.com</link>
	<description>Growing the Artistic Web</description>
	<lastBuildDate>Wed, 14 Jul 2010 13:23:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SSHFS: A Perfect Remote File Manager?</title>
		<link>http://nextwebdesigns.com/2008/03/26/sshfs-a-perfect-remote-file-manager/</link>
		<comments>http://nextwebdesigns.com/2008/03/26/sshfs-a-perfect-remote-file-manager/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 01:26:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux Hosting]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://nextwebdesigns.com/2008/03/26/sshfs-a-perfect-remote-file-manager/</guid>
		<description><![CDATA[SSHFS is a Fuse-based Linux filesystem that allows you to connect to an SSH server, and mount it as you would any other mountable device.  The difference is... this "device" is a remote server using an SSH connection.  At Holley Grove, we use SSHFS on all of our servers, SSHFS might be something you should [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://en.wikipedia.org/wiki/SSHFS">SSHFS</a> is a Fuse-based Linux filesystem that allows you to connect to an SSH server, and mount it as you would any other mountable device.  The difference is... this "device" is a remote server using an SSH connection.  At <a href="http://www.holleygrove.com">Holley Grove</a>, we use SSHFS on all of our servers, SSHFS might be something you should consider as well... here's just a few reasons why:</p>
<ol>
<li>You're basically using SSH to communicate.  SSH is encrypted, and as such can be one of the most secure methods of communication available.</li>
<li>The setup is relatively simple, as you only need a few libraries on the client computers, and an SSH server running on the remote server.</li>
<li>Permissions, users, and groups are all preserved as they would be using normal SSH.</li>
<li>You can turn off in-secure, un-encrypted FTP completely.</li>
<li>Fast access to files via your file manager application as if they were stored locally on your computer.  For Linux Gnome users, your SSHFS mounted shares will show up in Nautilus and act accordingly.</li>
</ol>
<p><strong>HowTo:</strong></p>
<p>For Ubuntu, simply install <strong>sshfs</strong> via the package manager.  You'll then need to add your Ubuntu user account to the Fuse group so that you'll have permission to use Fuse.  To do this, go to <em>System -&gt; Administration -&gt; Users and Groups</em>.  Click on your username and click the "Properties" button.  Make sure the checkbox for "fuse" is checked and save your settings.  You may need to log out and log back in for these changes to take effect.  Now you can mount an SSH server in the directory called "remote":</p>
<p><code>sshfs landon@holleygrove.com: remote</code></p>
<p>And to disconnect:</p>
<p><code>fusermount -u remote</code></p>
<p><a href="http://nextwebdesigns.com/wp-content/uploads/2008/03/screenshot.png" title="SSHFS Desktop Example"><img src="http://nextwebdesigns.com/wp-content/uploads/2008/03/screenshot.thumbnail.png" alt="SSHFS Desktop Example" align="right" hspace="5" vspace="5" /></a>It's great to be able to run a command to mount an SSH server, then pop open nautlius and have all the remote files and directories listed right there just as any other files!</p>
]]></content:encoded>
			<wfw:commentRss>http://nextwebdesigns.com/2008/03/26/sshfs-a-perfect-remote-file-manager/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
