Admin-Ahead Community

Linux => General Linux => Topic started by: Aby on June 21, 2014, 06:21:51 am

Title: Hardening Pure/Proftpd
Post by: Aby on June 21, 2014, 06:21:51 am
Hardening Pure/Proftpd

=======================================================================
FTP: In WHM >> Service Configuration, there is an option to change 2 settings for FTP. By default
the first will be set to use pure-ftpd (this is good) and
the second is to allow anonymous FTP (this is very bad).
turn anonymous OFF.
How many FTP logons you allow each account in your Feature Lists. Up to 3 is fine - anything over 10 is getting silly and simply invites your users to use your server for file sharing.
===
OR
===
 Hardening Pure/Proftpd
cp -p /etc/pure-ftpd.conf /etc/pure-ftpd.conf.bk
vi /etc/pure-ftpd.conf
AnonymousOnly no
NoAnonymous yes
PassivePortRange 30000 30050

========================================================================