# Add to /etc/inetd.conf: # ftp stream tcp nowait root /usr/local/sbin/proftpd proftpd ServerName "-=Welcome to The Matrix FTP server=-" ServerType inetd ServerAdmin morpheus{-$-}matrix.net # Cheat the hackers by printing fake FTP server version: ServerIdent on "NcFTPd Server (licensed copy) ready." #ServerIdent on "(vsFTPd 2.0.4)" #ServerIdent on "Microsoft FTP Service" #ServerIdent on "Hello, I'm freeFTPd 1.0" AuthPAM off DefaultServer on IdentLookups off ScoreboardFile /var/run/proftpd.scoreboard SystemLog /var/log/proftpd.log TransferLog /var/log/xferlog Umask 113 002 Port 21 PassivePorts 20552 20560 User nobody Group nogroup MaxInstances 3 # Chroot the uploaders group to their homes: DefaultRoot ~ uploaders AllowOverwrite on AllowStoreRestart on