i want to limit ftp logins to only users from a specific group:
in /etc/proftpd/proftpd.conf i have:
<Limit LOGIN>
AllowGroup ftpuser
</Limit>
but i can still connect to ftp using a user outside the group:
root@packer-debian-7:/etc/proftpd# groups vagrant
vagrant : vagrant cdrom floppy sudo audio dip video plugdev
login command:
root@packer-debian-7:/etc/proftpd# sftp vagrant@localhost
vagrant@localhost's password:
Connected to localhost.
sftp> dir
kurez
sftp> quit
my whole config file: http://pastebin.com/FWa6TUdv