<?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; rsa</title> <atom:link href="http://www.dannytsang.co.uk/index.php/tag/rsa/feed/" rel="self" type="application/rss+xml" /><link>http://www.dannytsang.co.uk</link> <description>Eats and spits code by day</description> <lastBuildDate>Tue, 31 Jan 2012 22:47:19 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.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[Security]]></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 &#8230; <a
href="http://www.dannytsang.co.uk/index.php/enable-sftp-on-vsftpd-in-ubuntu/">Continue reading <span
class="meta-nav">&#8594;</span></a> Related posts:<ol><li><a
href='http://www.dannytsang.co.uk/index.php/removing-files-with/' rel='bookmark' title='Removing Files With &#8211;'>Removing Files With &#8211;</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/create-and-enable-ssl-on-ubuntu-lamp-server/' rel='bookmark' title='Create And Enable SSL On Ubuntu LAMP Server'>Create And Enable SSL On Ubuntu LAMP Server</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/enabling-remote-access-to-mysql/' rel='bookmark' title='Enabling Remote Access To MySQL'>Enabling Remote Access To MySQL</a></li></ol>]]></description> <content:encoded><![CDATA[<p>Enabling <a
href="http://www.dannytsang.co.uk/index.php/tag/sftp/" class="st_tag internal_tag" rel="tag" title="Posts tagged with SFTP">SFTP</a> 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 <a
href="http://www.dannytsang.co.uk/index.php/tag/vsftpd/" class="st_tag internal_tag" rel="tag" title="Posts tagged with VSFTPD">VSFTPD</a> has been installed (in the default location) edit the file <strong>/etc/vsftpd.conf</strong> and check there are <a
href="http://www.dannytsang.co.uk/index.php/tag/security-certificates/" class="st_tag internal_tag" rel="tag" title="Posts tagged with security certificates">security certificates</a> installed and configured.</p><p>There are two entries which start with either:<br
/> <code><a
href="http://www.dannytsang.co.uk/index.php/tag/dsa/" class="st_tag internal_tag" rel="tag" title="Posts tagged with dsa">dsa</a>_cert_file<br
/> dsa_private_key_file</code><br
/> or<br
/> <code><a
href="http://www.dannytsang.co.uk/index.php/tag/rsa/" class="st_tag internal_tag" rel="tag" title="Posts tagged with rsa">rsa</a>_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><a
href="http://www.dannytsang.co.uk/index.php/tag/ssl/" class="st_tag internal_tag" rel="tag" title="Posts tagged with ssl">ssl</a>_enable=YES</code><br
/> Save and exit the file and restart the <a
href="http://www.dannytsang.co.uk/index.php/tag/ftp-server/" class="st_tag internal_tag" rel="tag" title="Posts tagged with ftp server">FTP server</a> <code>sudo /etc/init.d/vsftpd restart</code></p><p>Related posts:<ol><li><a
href='http://www.dannytsang.co.uk/index.php/removing-files-with/' rel='bookmark' title='Removing Files With &#8211;'>Removing Files With &#8211;</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/create-and-enable-ssl-on-ubuntu-lamp-server/' rel='bookmark' title='Create And Enable SSL On Ubuntu LAMP Server'>Create And Enable SSL On Ubuntu LAMP Server</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/enabling-remote-access-to-mysql/' rel='bookmark' title='Enabling Remote Access To MySQL'>Enabling Remote Access To MySQL</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>1</slash:comments> </item> </channel> </rss>
