ubuntu:ftp:vsftp:deny_just_some_users_to_login_into_vsftpd
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.
ubuntu/ftp/vsftp/deny_just_some_users_to_login_into_vsftpd.txt · Last modified: 2020/07/15 09:30 by 127.0.0.1