Results 1 to 5 of 5

Thread: How to add users in VSFTPD in RHEL 4

  1. #1
    Join Date
    Mar 2010
    Posts
    59

    How to add users in VSFTPD in RHEL 4

    I' am so confused to use linux Red hat and Management is so much difficult because I am searching for some documentation which can help me to find out the adding user to this VSFTPD program.

    Linux is much complex to use,Can you all help me to find out the perfect solution for this very problem ...Your help would be appreciated ...

    Thanks..

  2. #2
    Join Date
    May 2008
    Posts
    2,680

    How to add users in VSFTPD in RHEL 4

    This is one of the configuration files for network user management and it is a system file provided as default .

    It manages some primary activities such as -

    1. Allow anonymous FTP
    2. Anonymous_enable=YES
    3. Uncomment this to allow local users to log in.
    4. Local_enable=YES

    local users suffice as ftp users also. So create a new user on your machine and because of security causes change her shell as /bin/nologin.

  3. #3
    Dr. V Guest

    How to add users in VSFTPD in RHEL 4

    I got something for you and actually it is not exactly a tutorial but the few of the steps through which you can add users in vsftpd

    Just you have to enter few linux commands to change the configuration and go forward. There are two primary location where you can find this file as specified there :

    Code:
    #edit /etc/vsftpd.conf or /opt/etc/vsftpd.conf

  4. #4
    Join Date
    Jan 2008
    Posts
    3,388

    How to add users in VSFTPD in RHEL 4

    In case of the ftp users, The system users are valid in the ftp(vsftp) service. For instance, If you have a "Test" user in the local system, you can do this as :

    ftp <ip address>

    And just put the name of the user of the system as "Test" and associated password for that user. If you need some security what you could do is create chroot in the following /etc/vsftpd.conf file and limit the users to a gage.

    The following are the values for specified as -

    chroot_local_user=yes #To enable the chroot users
    chroot_list_enable=yes #To enable the chroot
    chroot_list_file=/etc/vsftpd/vsftpd.chroot_list #add the users to this file.

  5. #5
    Join Date
    May 2008
    Posts
    4,085

    How to add users in VSFTPD in RHEL 4

    For adding user, you have to open the vsftpd.conf file and find out -


    chroot_list_enable=YES
    chroot_list_file=/etc/vsftpd.chroot_list or /opt/etc/vsftpd.chroot_list
    chroot_list_enable=YES

    After editing the following parameter with appropriate values, Save and close the file and create vsftpd.chroot_list in the either of the following
    location

    /etc/ or /opt/etc/

    Add the name of user what you need to export to ftp.

    NO0TE: The user should already be a system user having valid password. In case ,user you are going to add is not a system user then you need create that user first before editing the above file.
    #adduser
    #passwd

Similar Threads

  1. Error message while login into VSFTPD on CentOS 5.5
    By fanish-war in forum Operating Systems
    Replies: 5
    Last Post: 07-05-2011, 12:13 PM
  2. vsftpd is not working in my system
    By kolton in forum Operating Systems
    Replies: 5
    Last Post: 18-11-2010, 12:06 AM
  3. VSFTPD gives 500 Unknown commands
    By yummy- in forum Networking & Security
    Replies: 7
    Last Post: 15-11-2010, 11:13 PM
  4. How to configure VSFTPD?
    By Lares in forum Operating Systems
    Replies: 5
    Last Post: 12-11-2010, 07:49 AM
  5. Where to download rhel 5.1?
    By ReD-GuY-ReD-HaT in forum Operating Systems
    Replies: 3
    Last Post: 10-08-2009, 06:20 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,526,356.30261 seconds with 17 queries