<?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>Evolution Systems &#187; SSH</title>
	<atom:link href="http://evolution-systems.co.uk/tag/ssh/feed/" rel="self" type="application/rss+xml" />
	<link>http://evolution-systems.co.uk</link>
	<description>Web Development, Software Development and Linux Consultancy services</description>
	<lastBuildDate>Fri, 08 Aug 2025 09:18:44 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.42</generator>
	<item>
		<title>SSHFS &#8211; Mounting Remote Directories Over SSH</title>
		<link>http://evolution-systems.co.uk/2008/06/20/sshfs-mounting-remote-directories-over-ssh-2/</link>
		<comments>http://evolution-systems.co.uk/2008/06/20/sshfs-mounting-remote-directories-over-ssh-2/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 14:45:46 +0000</pubDate>
		<dc:creator><![CDATA[Matthew Jakeman]]></dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Matts Blog]]></category>
		<category><![CDATA[Mounting]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[SSHFS]]></category>

		<guid isPermaLink="false">http://evolution-systems.co.uk/wordpress/?p=503</guid>
		<description><![CDATA[For a while now I have been wondering how easy it is to mount a remote directory. I have always known there must be a way to do it but had never actually got around to looking it up. It was only the other day when someone showed me SftpDrive, an application for windows that [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>For a while now I have been wondering how easy it is to mount a remote directory. I have always known there must be a way to do it but had never actually got around to looking it up. It was only the other day when someone showed me <a href="http://www.sftpdrive.com/">SftpDrive</a>, an application for windows that allows you to mount remote directories over SFTP.</p>
<p>This got me searching around for a similar method for Linux. I just wanted to be able to mount a directory on a remote machine and be able to access it as though it was a directory on my local machine. My searching led me to <a href="http://fuse.sourceforge.net/sshfs.html">SSHFS</a>.</p>
<p>SSHFS allowed me to do exactly what i want. A simple &#8216;apt-get&#8217; in Ubuntu installed it and I was ready to go. You need to add yourself to the fuse group after it has been installed (adduser <username> fuse) and then restart your terminal. (You may also need to &#8216;modprobe fuse&#8217;)</p>
<p>Once this is done you are ready to go, simply mount a remote directory using a command like &#8216;sshfs username@hostnema:/remote/path/ /local/path&#8217;</p>
<p>Make sure you have made a directory somewhere on your local machine to be the mount point and chown&#8217;d it using &#8216;sudo chown your-username /local/path&#8217;.</p>
<p>All being well you should now have your remote directory mounted as if it was on your own machine. I have found this extremely useful for working on a few web based projects. Another thing that it is very useful for is running backups of my remote servers. A simple cron job running a script to backup your remote servers works a treat.</p>
]]></content:encoded>
			<wfw:commentRss>http://evolution-systems.co.uk/2008/06/20/sshfs-mounting-remote-directories-over-ssh-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
