<?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>Danny Tsang &#187; VSFTPD</title>
	<atom:link href="http://www.dannytsang.co.uk/index.php/tag/vsftpd/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dannytsang.co.uk</link>
	<description>A diary of (mostly) technology related encounters in the life of Danny Tsang</description>
	<lastBuildDate>Tue, 31 Aug 2010 23:01:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Enable SFTP On VSFTPD In Ubuntu</title>
		<link>http://www.dannytsang.co.uk/index.php/enable-sftp-on-vsftpd-in-ubuntu/</link>
		<comments>http://www.dannytsang.co.uk/index.php/enable-sftp-on-vsftpd-in-ubuntu/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 00:01:41 +0000</pubDate>
		<dc:creator>Danny</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[dsa]]></category>
		<category><![CDATA[ftp server]]></category>
		<category><![CDATA[rsa]]></category>
		<category><![CDATA[security certificates]]></category>
		<category><![CDATA[SFTP]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[VSFTPD]]></category>

		<guid isPermaLink="false">http://www.dannytsang.co.uk/?p=2487</guid>
		<description><![CDATA[Enabling SFTP is very easy and makes FTP protocol a lot more secure than traditional FTP because passwords are not sent in plain text which is susceptible to a lot of things such as packet sniffers, man-in-the-middle, etc. Assuming VSFTPD has been installed (in the default location) edit the file /etc/vsftpd.conf and check there are [...]


Related posts:<ol><li><a href='http://www.dannytsang.co.uk/index.php/my-performance-tweaks-to-ubuntu/' rel='bookmark' title='Permanent Link: My Performance Tweaks To Ubuntu'>My Performance Tweaks To Ubuntu</a></li>
<li><a href='http://www.dannytsang.co.uk/index.php/enabling-remote-access-to-mysql/' rel='bookmark' title='Permanent Link: Enabling Remote Access To MySQL'>Enabling Remote Access To MySQL</a></li>
<li><a href='http://www.dannytsang.co.uk/index.php/ssh-on-multiple-ports/' rel='bookmark' title='Permanent Link: SSH On Multiple Ports'>SSH On Multiple Ports</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Enabling SFTP is very easy and makes FTP protocol a lot more secure than traditional FTP because passwords are not sent in plain text which is susceptible to a lot of things such as packet sniffers, man-in-the-middle, etc.</p>
<p>Assuming VSFTPD has been installed (in the default location) edit the file <strong>/etc/vsftpd.conf</strong> and check there are security certificates installed and configured.</p>
<p>There are two entries which start with either:<br />
<code>dsa_cert_file<br />
dsa_private_key_file</code><br />
or<br />
<code>rsa_cert_file<br />
rsa_private_key_file</code><br />
Each specifying a file path to where the key and certificates are located.</p>
<p>The last step is to enable SFTP by adding the following line:<br />
<code>ssl_enable=YES</code><br />
Save and exit the file and restart the FTP server <code>sudo /etc/init.d/vsftpd restart</code></p>


<p>Related posts:<ol><li><a href='http://www.dannytsang.co.uk/index.php/my-performance-tweaks-to-ubuntu/' rel='bookmark' title='Permanent Link: My Performance Tweaks To Ubuntu'>My Performance Tweaks To Ubuntu</a></li>
<li><a href='http://www.dannytsang.co.uk/index.php/enabling-remote-access-to-mysql/' rel='bookmark' title='Permanent Link: Enabling Remote Access To MySQL'>Enabling Remote Access To MySQL</a></li>
<li><a href='http://www.dannytsang.co.uk/index.php/ssh-on-multiple-ports/' rel='bookmark' title='Permanent Link: SSH On Multiple Ports'>SSH On Multiple Ports</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dannytsang.co.uk/index.php/enable-sftp-on-vsftpd-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
