<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: SSH Port Forwarding &#8211; Remote Access behind firewall &#8211; a poor man’s VPN</title>
	<atom:link href="http://www.accessdataservices.com/blog/ssh-port-forwarding-remote-access-behind-firewall-a-poor-man%e2%80%99s-vpn/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.accessdataservices.com/blog/ssh-port-forwarding-remote-access-behind-firewall-a-poor-man%e2%80%99s-vpn/</link>
	<description>Miscellaneous Computer Technology Notes</description>
	<lastBuildDate>Sun, 13 Jun 2010 22:08:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Gare</title>
		<link>http://www.accessdataservices.com/blog/ssh-port-forwarding-remote-access-behind-firewall-a-poor-man%e2%80%99s-vpn/comment-page-1/#comment-43282</link>
		<dc:creator>Gare</dc:creator>
		<pubDate>Thu, 11 Feb 2010 14:05:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.accessdataservices.com/blog/?p=143#comment-43282</guid>
		<description>## make a mount point
sudo mkdir /media/imfod
## make  accessible 
sudo chmod 777 /media/imfod

# mount file system of the remote server on my local machine

 sshfs -p 2222 lhcalhou@localhost:  /media/imfod</description>
		<content:encoded><![CDATA[<p>## make a mount point<br />
sudo mkdir /media/imfod<br />
## make  accessible<br />
sudo chmod 777 /media/imfod</p>
<p># mount file system of the remote server on my local machine</p>
<p> sshfs -p 2222 lhcalhou@localhost:  /media/imfod</p>
]]></content:encoded>
	</item>
</channel>
</rss>
