How Can I Restrict VSFTPD to a Particular Local Group?
- by Aaron Copley
I'd like to control VSFTPD access by adding users to a group such that only members of the defined group can access the FTP services. I am thinking I can do this by modifying /etc/pam.d/vsftpd, but am not sure how to get started. Or is this only for virtual users in VSFTPD?
I am aware of user_list and this does not seem to support groups. This…