<?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: ISP-In-A-Box: Remotely Managing Your Mac Using AFP and SSH Tunnels	</title>
	<atom:link href="https://nerdvittles.com/isp-in-a-box-remotely-managing-your-mac-using-afp-and-ssh/feed/" rel="self" type="application/rss+xml" />
	<link>https://nerdvittles.com/isp-in-a-box-remotely-managing-your-mac-using-afp-and-ssh/</link>
	<description>Ward Mundy&#039;s Technobabblelog</description>
	<lastBuildDate>Wed, 18 Apr 2007 08:21:34 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Jose		</title>
		<link>https://nerdvittles.com/isp-in-a-box-remotely-managing-your-mac-using-afp-and-ssh/comment-page-1/#comment-2620</link>

		<dc:creator><![CDATA[Jose]]></dc:creator>
		<pubDate>Wed, 18 Apr 2007 08:21:34 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=58#comment-2620</guid>

					<description><![CDATA[Hey, I love all the tutorials here and have found them all very helpful. Just wanted to add that there&#039;s a way to disable Guest Access through the AFP sharing method. I found it on this site: http://www.princeton.edu/~psg/unix/osx/osxsecurity.html

The tip is to just run this command from terminal:

&lt;code&gt;
defaults write /Library/Preferences/com.apple.AppleFileServer guestAccess -bool false
&lt;/code&gt;

It will turn off guest access permanently. Don&#039;t forget to reset the AFP service to have it activated.]]></description>
			<content:encoded><![CDATA[<p>Hey, I love all the tutorials here and have found them all very helpful. Just wanted to add that there&#8217;s a way to disable Guest Access through the AFP sharing method. I found it on this site: <a href="http://www.princeton.edu/~psg/unix/osx/osxsecurity.html" rel="nofollow ugc">http://www.princeton.edu/~psg/unix/osx/osxsecurity.html</a></p>
<p>The tip is to just run this command from terminal:</p>
<p><code><br />
defaults write /Library/Preferences/com.apple.AppleFileServer guestAccess -bool false<br />
</code></p>
<p>It will turn off guest access permanently. Don&#8217;t forget to reset the AFP service to have it activated.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Steve Drake		</title>
		<link>https://nerdvittles.com/isp-in-a-box-remotely-managing-your-mac-using-afp-and-ssh/comment-page-1/#comment-1384</link>

		<dc:creator><![CDATA[Steve Drake]]></dc:creator>
		<pubDate>Thu, 13 Apr 2006 06:04:53 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=58#comment-1384</guid>

					<description><![CDATA[This looks wrong to me - I think your script makes a secure connection to the local computer, and then forwards the afp connection in the usual  manner across the internet.
I tried it this way:

ssh -L 10548:localhost:548 -f -N &lt;user&gt;@&lt;server&gt;

This worked for me and I think it is correct.
&quot;localhost&quot; here refers to the localhost on the remote side of the ssh connection - you could use a different name to connect to another computer on the remote machine&#039;s local network.
You don&#039;t need to be an administrator on either machine to do this.

Regards
Steve&lt;/server&gt;&lt;/user&gt;]]></description>
			<content:encoded><![CDATA[<p>This looks wrong to me &#8211; I think your script makes a secure connection to the local computer, and then forwards the afp connection in the usual  manner across the internet.<br />
I tried it this way:</p>
<p>ssh -L 10548:localhost:548 -f -N <user>@<server></p>
<p>This worked for me and I think it is correct.<br />
"localhost" here refers to the localhost on the remote side of the ssh connection &#8211; you could use a different name to connect to another computer on the remote machine&#8217;s local network.<br />
You don&#8217;t need to be an administrator on either machine to do this.</p>
<p>Regards<br />
Steve</server></user></p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
