[Prev][Next][Index][Thread]
Re: ftp server
"Adi Flenner" <FLENNER@yarden.yarden.ac.il> wrote:
> Hi
>
> I am building a new ftp server and I want to make it ftp/http
> server only.
>
> I want to set my linux as :
>
> * people will be able to access there own directory only via ftp
> * telnet access will be closed
>
> - I work with shadow system
>
> Now,
> I have set up on etc/passwd "../bin/true" to avoide telnet access
> but then I can access via ftp only under "anonymous/ftp users"
touch $HOME/.hushlogin to be sure and disable rexec.
> I also tried to limit the user to his own directory (doesn't
> matter where but preffered under www directory) and couldn't do
> so...
ncftpd can do it.
Evgeny
--
____________________________________________________________
/ Evgeny Stambulchik <fnevgeny@plasma-gate.weizmann.ac.il> \
/ Plasma Laboratory, Weizmann Institute of Science, Israel \ \
| Phone : (972)8-934-3610 == | == FAX : (972)8-934-3491 | |
| URL : http://plasma-gate.weizmann.ac.il/~fnevgeny/ | |
| Finger for PGP key >=====================================+ |
|______________________________________________________________|
Follow-Ups:
References:
- ftp server
- From: "Adi Flenner" <FLENNER@yarden.yarden.ac.il>