Setting Up ProFTPd + TLS On Debian Etch

Posted by soapy | Linux Tutorials | Wednesday 5 November 2008 2:18 pm

FTP is a very insecure protocol because all passwords and all data are transferred in clear text. By using TLS, the whole communication can be encrypted, thus making FTP much more secure. This article explains how to set up ProFTPd with TLS on a Debian Etch server.

I do not issue any guarantee that this will work for you!

1 Preliminary Note
(more…)

Keep your Debian system up-to-date

Posted by soapy | Linux Tutorials | Tuesday 14 October 2008 1:20 pm

One of the first rules in security is to keep your servers always updated to the latest security patches. Debian provides a wonderful and very easy mechanism to do this. There have been many questions if it is best to update automatically or manually.
Here are my 2 cents on this issue:
(more…)