<?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>Biobug.org &#187; mac</title>
	<atom:link href="http://biobug.org/index.php/category/mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://biobug.org</link>
	<description>Projects, notes, etc by Will O'Brien</description>
	<lastBuildDate>Sat, 04 Feb 2017 13:43:53 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<item>
		<title>Mount a remote directory via SSH on mac with port and friends</title>
		<link>http://biobug.org/index.php/2012/11/28/mount-a-remote-directory-via-ssh-on-mac-with-port-and-friends/</link>
		<comments>http://biobug.org/index.php/2012/11/28/mount-a-remote-directory-via-ssh-on-mac-with-port-and-friends/#comments</comments>
		<pubDate>Thu, 29 Nov 2012 01:51:32 +0000</pubDate>
		<dc:creator>willo</dc:creator>
				<category><![CDATA[mac]]></category>
		<category><![CDATA[mountain lion]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://biobug.org/?p=361</guid>
		<description><![CDATA[&#160; I played with a few broken gui deals and finally happened to find a great link for making this work (if you use homebrew) However, I use MacPorts &#8211; I&#8217;ve been using it for a while on various macs. So&#8230; port install fuse4x port install sshfs On my first try I had a fail [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p>I played with a few broken gui deals and finally happened to find a <a href="http://kimlindberg.com/blog/2012/08/10/mounting-ssh-on-os-x-mountain-lion">great link</a> for making this work (if you use homebrew)</p>
<p>However, I use <a href="http://www.macports.org/">MacPorts</a> &#8211; I&#8217;ve been using it for a while on various macs. So&#8230;</p>
<p>port install fuse4x</p>
<p>port install sshfs</p>
<p>On my first try I had a fail to build. Looking at the referenced logfile, I had to agree to the xcodebuild license.</p>
<p>sudo xcodebuild -license</p>
<p>Scroll to the end and agree (if you do), then re-run the above commands to get things built.</p>
<p>Then, create a mount point. I made mine in my home directory.</p>
<p><code>sshfs user@domain.com:/dir mountpoint</code></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://biobug.org/index.php/2012/11/28/mount-a-remote-directory-via-ssh-on-mac-with-port-and-friends/feed/</wfw:commentRss>
		<slash:comments>1148</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->