<?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: Preparing your Mac to run as a server</title>
	<atom:link href="http://diymacserver.com/preparation/preparing-your-mac-to-run-as-a-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://diymacserver.com</link>
	<description></description>
	<lastBuildDate>Mon, 06 Feb 2012 16:07:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Richard</title>
		<link>http://diymacserver.com/preparation/preparing-your-mac-to-run-as-a-server/comment-page-1/#comment-8076</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Mon, 25 Oct 2010 04:44:21 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/preparation/preparing-your-mac-to-run-as-a-server/#comment-8076</guid>
		<description>@Roberto, it depends... If your server is running at home make sure your last hop onto the internet (mostly your ASDL router) has a firewall turned on with the AFP ports blocking. (Preferred you block everything incoming besides web and mail)</description>
		<content:encoded><![CDATA[<p>@Roberto, it depends&#8230; If your server is running at home make sure your last hop onto the internet (mostly your ASDL router) has a firewall turned on with the AFP ports blocking. (Preferred you block everything incoming besides web and mail)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roberto</title>
		<link>http://diymacserver.com/preparation/preparing-your-mac-to-run-as-a-server/comment-page-1/#comment-8073</link>
		<dc:creator>Roberto</dc:creator>
		<pubDate>Sun, 24 Oct 2010 22:16:39 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/preparation/preparing-your-mac-to-run-as-a-server/#comment-8073</guid>
		<description>Hi Richard I followed your tutorials and successfully installed Apache, MySQL and PHP. My only question is that I would like to share me external drive on my server with my 2 other Macs. Since you recommended to turn off Personal File Sharing how can I do this? Is their a secure way of sharing it? Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hi Richard I followed your tutorials and successfully installed Apache, MySQL and PHP. My only question is that I would like to share me external drive on my server with my 2 other Macs. Since you recommended to turn off Personal File Sharing how can I do this? Is their a secure way of sharing it? Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Silver Knight</title>
		<link>http://diymacserver.com/preparation/preparing-your-mac-to-run-as-a-server/comment-page-1/#comment-7011</link>
		<dc:creator>Silver Knight</dc:creator>
		<pubDate>Thu, 06 May 2010 00:31:51 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/preparation/preparing-your-mac-to-run-as-a-server/#comment-7011</guid>
		<description>Thank you for the useful web page and articles.  Just thought I&#039;d point out for security&#039;s sake (since security should be if extremely high priority on a server) that using FTP and VNC as-is are both quite insecure options.  The simple solution to this problem in both cases is SSH which you already installed by this point anyhow.  SSH comes with SFTP (Secure FTP) capability, so you can simply disable/uninstall old (insecure) FTP.

VNC suffers from the same security issue as FTP does (namely, cleartext password transfer thru the network) but can easily be secured by using the port tunneling feature of SSH to tunnel port 5900 (or any other port being used by VNC) to the local machine which you are connecting from.  Since this tunnel will be encrypted it makes VNC quite secure, AND removes the need to open extra ports at the firewall.

I realize this particular article is now unsupported, but this advice also holds true for newer server setups as well.  FTP is basically obsolete and should have died ages ago, and although VNC is super useful, it tends to be insecure but easily remedied.</description>
		<content:encoded><![CDATA[<p>Thank you for the useful web page and articles.  Just thought I&#8217;d point out for security&#8217;s sake (since security should be if extremely high priority on a server) that using FTP and VNC as-is are both quite insecure options.  The simple solution to this problem in both cases is SSH which you already installed by this point anyhow.  SSH comes with SFTP (Secure FTP) capability, so you can simply disable/uninstall old (insecure) FTP.</p>
<p>VNC suffers from the same security issue as FTP does (namely, cleartext password transfer thru the network) but can easily be secured by using the port tunneling feature of SSH to tunnel port 5900 (or any other port being used by VNC) to the local machine which you are connecting from.  Since this tunnel will be encrypted it makes VNC quite secure, AND removes the need to open extra ports at the firewall.</p>
<p>I realize this particular article is now unsupported, but this advice also holds true for newer server setups as well.  FTP is basically obsolete and should have died ages ago, and although VNC is super useful, it tends to be insecure but easily remedied.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://diymacserver.com/preparation/preparing-your-mac-to-run-as-a-server/comment-page-1/#comment-6136</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Sat, 19 Dec 2009 07:36:41 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/preparation/preparing-your-mac-to-run-as-a-server/#comment-6136</guid>
		<description>@Aaron, I have no real experience with OS X Server. But I think you can reuse the SSH stuff mentioned here to better secure your server.</description>
		<content:encoded><![CDATA[<p>@Aaron, I have no real experience with OS X Server. But I think you can reuse the SSH stuff mentioned here to better secure your server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://diymacserver.com/preparation/preparing-your-mac-to-run-as-a-server/comment-page-1/#comment-6131</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Fri, 18 Dec 2009 21:38:08 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/preparation/preparing-your-mac-to-run-as-a-server/#comment-6131</guid>
		<description>How do you feel about the setup provided stock under Snow Leopard Server. I realize that Personal Web Sharing is not secure and not complete, but would you propose the same for the server edition of the OS?</description>
		<content:encoded><![CDATA[<p>How do you feel about the setup provided stock under Snow Leopard Server. I realize that Personal Web Sharing is not secure and not complete, but would you propose the same for the server edition of the OS?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://diymacserver.com/preparation/preparing-your-mac-to-run-as-a-server/comment-page-1/#comment-3612</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Sun, 29 Mar 2009 20:12:08 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/preparation/preparing-your-mac-to-run-as-a-server/#comment-3612</guid>
		<description>Thanks for that Richard...</description>
		<content:encoded><![CDATA[<p>Thanks for that Richard&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://diymacserver.com/preparation/preparing-your-mac-to-run-as-a-server/comment-page-1/#comment-3611</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Sun, 29 Mar 2009 19:51:33 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/preparation/preparing-your-mac-to-run-as-a-server/#comment-3611</guid>
		<description>Yes, the order in which everything is listed is not important. 

For more info you can always type &quot;man sshd_config&quot; in a Terminal window.</description>
		<content:encoded><![CDATA[<p>Yes, the order in which everything is listed is not important. </p>
<p>For more info you can always type &#8220;man sshd_config&#8221; in a Terminal window.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://diymacserver.com/preparation/preparing-your-mac-to-run-as-a-server/comment-page-1/#comment-3610</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Sun, 29 Mar 2009 19:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/preparation/preparing-your-mac-to-run-as-a-server/#comment-3610</guid>
		<description>My sshd_config file doesn&#039;t have AllowUsers or DenyUsers. Do you just add those in anywhere?</description>
		<content:encoded><![CDATA[<p>My sshd_config file doesn&#8217;t have AllowUsers or DenyUsers. Do you just add those in anywhere?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://diymacserver.com/preparation/preparing-your-mac-to-run-as-a-server/comment-page-1/#comment-1056</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Thu, 03 Jul 2008 19:04:13 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/preparation/preparing-your-mac-to-run-as-a-server/#comment-1056</guid>
		<description>Yes you can, use the &#039;dscl&#039; program to add your users. But be carefull on the problems with controlling them in a secure manner.</description>
		<content:encoded><![CDATA[<p>Yes you can, use the &#8216;dscl&#8217; program to add your users. But be carefull on the problems with controlling them in a secure manner.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: papalozarou</title>
		<link>http://diymacserver.com/preparation/preparing-your-mac-to-run-as-a-server/comment-page-1/#comment-1051</link>
		<dc:creator>papalozarou</dc:creator>
		<pubDate>Thu, 03 Jul 2008 11:04:42 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/preparation/preparing-your-mac-to-run-as-a-server/#comment-1051</guid>
		<description>Does anyone know how to add SSH only users (i.e. user accounts that don&#039;t exist with mac os x home folders). FTP too? I need to add these to my server, but really don&#039;t know how.</description>
		<content:encoded><![CDATA[<p>Does anyone know how to add SSH only users (i.e. user accounts that don&#8217;t exist with mac os x home folders). FTP too? I need to add these to my server, but really don&#8217;t know how.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

