Ubuntu - FTP - VSFTP - Deny just some users to login into VsFtpd

To deny some users to login, add the following options in the end of the VsFtpd configuration file:

vi /etc/vsftpd.conf

and modify as:

userlist_deny=YES
userlist_file=/etc/vsftpd.denied_users

In the file /etc/vsftpd.denied_users add the username of the users that can't login. One username per line.