Hey guys, I got a VPS now and I'm trying to set it all up. I still have to get my e-mail and FTP working.
Specs:
CentOS 5.2
Latest ProFTPd
I'm trying to setup ProFTPd so that I can login using my regular user accounts. Whenever I attempt to login I get a "Login failed" response. I did some searching and it seems like this can be from a variety of different causes and to look in the logs to see what the actual cause is. From reading the logs it says that my password is wrong.
I have stripped my config file down to a very basic one for debug purposes. Here it is:
Quote:
DefaultRoot ~
ServerName "Mike's FTP Server"
ServerIdent on "FTP Server ready."
ServerType standalone
DefaultServer on
Port 21
Umask 022
MaxInstances 2
User nobody
Group nobody
Any ideas why it's not allowing me to use the standard user accounts? I've tried a couple different user accounts and they all give the same results.