Additional FTP account not getting created
Re: Additional FTP account not getting created
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.
-
- Support team
- Posts: 1047
- Joined: Fri Mar 21, 2014 7:49 am
- Contact:
- Os: CentOS 6x
- Web: apache + nginx
-
- Support team
- Posts: 1047
- Joined: Fri Mar 21, 2014 7:49 am
- Contact:
- Os: CentOS 6x
- Web: apache + nginx
Re: Additional FTP account not getting created
In my case, FTP works, but FTP-SSL doesn't. :/