Comments on Setting Up ProFTPd + TLS On Ubuntu 9.10 (Karmic Koala)

Setting Up ProFTPd + TLS On Ubuntu 9.10 (Karmic Koala) 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 an Ubuntu 9.10 server.

2 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: Kris

In default settings should be

openssl req -new -x509 -days 365 -nodes -out /etc/ssl/certs/proftpd.crt -keyout /etc/ssl/private/proftpd.key

By: azhax

how about Setting Up Pureftp + TLS On Ubuntu 10.4??? can it be done ???