Re: Additional FTP account not getting created
Posted: Thu Jan 03, 2019 4:36 am
I found a solution on this page
https://serverfault.com/questions/18077 ... -incorrect
https://serverfault.com/questions/18077 ... -incorrect
vi /etc/pam.d/vsftp
comment #auth required pam_shells.so
and then
service vsftpd restart
pam_shells.so means that only users with shells access should be allowed so that's why needs to be commented.