Operating System - Linux
1828481 Members
3182 Online
109978 Solutions
New Discussion

Re: How to create the ftp users

 
ramadashsuresh
Frequent Advisor

How to create the ftp users

Hai

i install the EL4 on my systems and configure the ftp server since i have a two doubt first one how to create the user exclusively for ftp access only and another one is do not allow the system local users to access the ftp site

any one knows share with me

4 REPLIES 4
Steven E. Protter
Exalted Contributor

Re: How to create the ftp users

Shalom,

ftp only users are like any other user. To preven command line access use /usr/bin/false as the shell and make sure the shell is listed in /etc/shells

the nologin shell also achieves the same purpose.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
ramadashsuresh
Frequent Advisor

Re: How to create the ftp users

Thanking u for u'r immediate reply


if i set the

local_enable=NO

i can't able to login the ftp server
what is the actual process being going on

in that how can i access the ftp server


Vitaly Karasik_1
Honored Contributor

Re: How to create the ftp users

>i have a two doubt first one how to create >the user exclusively for ftp access only >and another one is do not allow the system >local users to access the ftp site

local_enable=NO won't help you - this will allow anonymous-only access.
You should use userlist for doing this.
See http://www.vsftpdrocks.org/rpm/ for details.

vitaly
ramadashsuresh
Frequent Advisor

Re: How to create the ftp users

Thanks Vitaly

That link relay help to me know the functions of each parameter in the ftp