|
| ||||||||||
| Tags: adduser, chroot, ftp, linux, nologin, passwd, rhel 4, vsftpd, vsftpdconf |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| How to add users in VSFTPD in RHEL 4
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
| ||||
| ||||
| 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
| |||
| |||
| 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
| ||||
| ||||
| 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
| ||||
| ||||
| 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 |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "How to add users in VSFTPD in RHEL 4" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Error message while login into VSFTPD on CentOS 5.5 | fanish-war | Operating Systems | 5 | 07-05-2011 12:13 PM |
| vsftpd is not working in my system | kolton | Operating Systems | 5 | 17-11-2010 11:06 PM |
| VSFTPD gives 500 Unknown commands | yummy- | Networking & Security | 7 | 15-11-2010 10:13 PM |
| How to configure VSFTPD? | Lares | Operating Systems | 5 | 12-11-2010 06:49 AM |
| Where to download rhel 5.1? | ReD-GuY-ReD-HaT | Operating Systems | 3 | 10-08-2009 06:20 PM |