March 2011
1 post
Vsftpd Config
. Installation of VSFTPD For Red Hat, CentOS and Fedora, you may install VSFTPD by the command # yum install vsftpd For Debian and Ubuntu, # apt-get install vsftpd 2. Virtual users and authentication We are going to use pam_userdb to authenticate the virtual users. This needs a username / password file in `db’ format – a common database format. We need `db_load’ program. For...
Mar 23rd