• [^] # Re: Euh

    Posté par . En réponse au message configuration proftpd. Évalué à 1.

    Tu risquerais quelque chose si ProFTPd était bourré de failles. A ma connaissance ce n'est pas le cas, donc tant que tu suis les mises à jour de sécu pour ce soft il n'y a rien a craindre.

    Et si tu veux être certain de ne jamais te faire emmerder, utilise Pure-FTPd dont la conception même est orientée vers la sécurité. Extrait du site www.pureftpd.org :

    Security first.

    Pure-FTPd is actively supported, and it was always designed with security in mind, and the code is always re-audited as new kind of vulnerabilities are discussed.

    Unlike other popular FTP servers, the number of root exploits found since the very first released version is zero.

    The server can run with privilege separation for paranoid security. It can even run 100% non-root, with its built-in chroot() emulation and virtual accounts.

    Transmission of cleartext passwords and commands can be avoided : Pure-FTPd has optional support for an SSL/TLS encryption layer using the OpenSSL library.