User Tools

Site Tools


ubuntu:ftp:vsftp:allow_just_some_users_to_login_into_vsftpd

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

Edit the VsFtpd configuration file:

vi /etc/vsftpd.conf

and modify as:

userlist_deny=NO
userlist_enable=YES
userlist_file=/etc/vsftpd.allowed_users

In the file /etc/vsftpd.allowed_users add the username of the users that can login.

The not allowed users will get an error that they can't login before they type their password.

ubuntu/ftp/vsftp/allow_just_some_users_to_login_into_vsftpd.txt · Last modified: 2020/07/15 10:30 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki