PDA

View Full Version : Question from a newbie: can't login on proftpd


Chris_elmp
23rd August 2007, 14:43
I have used this tutorial (http://www.howtoforge.com/perfect_setup_centos_4.4) to install my server.
Now I want to login using FTP.
I use the ip-adres of my server + user=root +pass=pass of server-admin.
Connecting to server goes fine, but the password is incorrect.
The tutorial doesn't say anything about setting up a password.
My question is: how do I set up a user+password with access to all the directories and files?

I am sorry if this is a real simple question, but I am a noob and have no experience at all. [*SHAME*]

Chris_elmp
24th August 2007, 13:31
Nobody????
I have created a new user, but in both cases it keeps giving 530 responses.

falko
24th August 2007, 21:36
In most default Proftpd configurations, root cannot use FTP for security reasons.

To add a user, see man useradd (add a user with the shell /bin/bash for now).
After you've created the user, you can create a password for him like this: passwd username