<?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: Adding SSL encryption to vsftpd</title>
	<atom:link href="http://rackerhacker.com/2007/11/26/adding-ssl-encryption-to-vsftpd/feed/" rel="self" type="application/rss+xml" />
	<link>http://rackerhacker.com/2007/11/26/adding-ssl-encryption-to-vsftpd/</link>
	<description>Words of wisdom from a server administrator</description>
	<lastBuildDate>Mon, 21 May 2012 12:07:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Will</title>
		<link>http://rackerhacker.com/2007/11/26/adding-ssl-encryption-to-vsftpd/#comment-27278</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Tue, 21 Feb 2012 12:42:15 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/2007/11/26/adding-ssl-encryption-to-vsftpd/#comment-27278</guid>
		<description>We found that after a bugfix in FileZilla, we needed to add this for FTP-ES to work:
require_ssl_reuse = NO

...and if you&#039;re behind a firewall, you&#039;ll have to open a range of ports for PASV to work, specifying it with:
pasv_min_port = ######
pasv_max_port = ######</description>
		<content:encoded><![CDATA[<p>We found that after a bugfix in FileZilla, we needed to add this for FTP-ES to work:<br />
require_ssl_reuse = NO</p>
<p>...and if you're behind a firewall, you'll have to open a range of ports for PASV to work, specifying it with:<br />
pasv_min_port = ######<br />
pasv_max_port = ######</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: c0smic (Jack)</title>
		<link>http://rackerhacker.com/2007/11/26/adding-ssl-encryption-to-vsftpd/#comment-26758</link>
		<dc:creator>c0smic (Jack)</dc:creator>
		<pubDate>Wed, 11 Jan 2012 01:10:54 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/2007/11/26/adding-ssl-encryption-to-vsftpd/#comment-26758</guid>
		<description>THANK YOU!!
I&#039;d been having problems creating a cert for an hour or two now, and this solved everything!
Thank you for your extremely easy to read guide</description>
		<content:encoded><![CDATA[<p>THANK YOU!!<br />
I'd been having problems creating a cert for an hour or two now, and this solved everything!<br />
Thank you for your extremely easy to read guide</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Corbin</title>
		<link>http://rackerhacker.com/2007/11/26/adding-ssl-encryption-to-vsftpd/#comment-19925</link>
		<dc:creator>Corbin</dc:creator>
		<pubDate>Mon, 10 Jan 2011 19:18:49 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/2007/11/26/adding-ssl-encryption-to-vsftpd/#comment-19925</guid>
		<description>Thank u after searching for a while this helped me out:) !</description>
		<content:encoded><![CDATA[<p>Thank u after searching for a while this helped me out:) !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: major</title>
		<link>http://rackerhacker.com/2007/11/26/adding-ssl-encryption-to-vsftpd/#comment-15412</link>
		<dc:creator>major</dc:creator>
		<pubDate>Fri, 31 Jul 2009 15:10:56 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/2007/11/26/adding-ssl-encryption-to-vsftpd/#comment-15412</guid>
		<description>Charles,

You&#039;d just need to put your swap in your private key and signed cert into the .pem file, but that&#039;d be about it.  Of course, if your CA has intermediate certificates, be sure to add them to the end of the .pem file.</description>
		<content:encoded><![CDATA[<p>Charles,</p>
<p>You'd just need to put your swap in your private key and signed cert into the .pem file, but that'd be about it.  Of course, if your CA has intermediate certificates, be sure to add them to the end of the .pem file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles</title>
		<link>http://rackerhacker.com/2007/11/26/adding-ssl-encryption-to-vsftpd/#comment-15411</link>
		<dc:creator>Charles</dc:creator>
		<pubDate>Fri, 31 Jul 2009 15:09:27 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/2007/11/26/adding-ssl-encryption-to-vsftpd/#comment-15411</guid>
		<description>What if I want to put in a signed cert as opposed to a self-signed one? Would the procedures change for that?</description>
		<content:encoded><![CDATA[<p>What if I want to put in a signed cert as opposed to a self-signed one? Would the procedures change for that?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

