Re: Restricted user just for FTP publishing

2003-03-07 Thread DuSTiN KRySaK
Ok, so here are the steps I took Created an account for FTPin to this site. Made the home folder the same as the Apache directory. Them modified so that user was locked to their home folder. Then I changed the permissions so that user owned the folder, and made the folder part of the root gr

Re: Restricted user just for FTP publishing

2003-03-07 Thread Ed Wilts
On Fri, Mar 07, 2003 at 11:45:13AM -0800, DuSTiN KRySaK wrote: > Ok - so just creating a user and chrooting him to the dir is considered safe > enough.. Ok cool. And I guess to make sure this user can not SSH in. Grab a copy of an ftponly login shell to restrict the user to *only* FTP. There's a s

Re: Restricted user just for FTP publishing

2003-03-07 Thread DuSTiN KRySaK
Ok - so just creating a user and chrooting him to the dir is considered safe enough.. Ok cool. And I guess to make sure this user can not SSH in. Thanks! d On 3/7/03 11:22 AM, "Ed Wilts" <[EMAIL PROTECTED]> spit this out onto my computer screen: > On Fri, Mar 07, 2003 at 10:44:49AM -0800, Du

Re: Restricted user just for FTP publishing

2003-03-07 Thread Ed Wilts
On Fri, Mar 07, 2003 at 10:44:49AM -0800, DuSTiN KRySaK wrote: > I was wondering what is the best way I can restrict a new user just to FTP > publishing. Well read/write/modify only to a certain folder (not even a home > folder). I mean - I assume by default a new user has more access than > that..

Restricted user just for FTP publishing

2003-03-07 Thread DuSTiN KRySaK
Hi there... I was wondering what is the best way I can restrict a new user just to FTP publishing. Well read/write/modify only to a certain folder (not even a home folder). I mean - I assume by default a new user has more access than that... I just want to lock this user down since FTP is clear te

Re: restricted user

2003-01-23 Thread Alessandro Fiorenzi
well, I have try on RH 7.x  to use restricted bash, to get this have made : ln -s /bin/bash /bin/rbash add /bin/rbash/ to /etc/shells I have found this tricks in a document but I do not remember where I have found it Alessandro On Tue, 2003-01-21 at 08:12, Esperanza Glass wrote: I wann

Re: restricted user

2003-01-21 Thread Esperanza Glass
> Actually...the first part should be possible. Just set the user's shell > to "/bin/false" so that they can't actually log into a shell. In redhat user manager there was an option to put shell to /sbin/nologin but then I couldn't login even with sftp. I did little googling and found this: htt

Re: restricted user

2003-01-21 Thread Mike Burger
Actually...the first part should be possible. Just set the user's shell to "/bin/false" so that they can't actually log into a shell. On Tue, 21 Jan 2003, Ed Wilts wrote: > On Tue, Jan 21, 2003 at 02:12:25AM -0500, Esperanza Glass wrote: > > I wanna add restricted openssh/sftp user who could on

Re: restricted user

2003-01-21 Thread Ed Wilts
On Tue, Jan 21, 2003 at 02:12:25AM -0500, Esperanza Glass wrote: > I wanna add restricted openssh/sftp user who could only use sftp protocol and would >not be allowed to ssh/gain shell access to my box. Additionally user shouldn't be >able to see other directories on the system than his own. How

restricted user

2003-01-20 Thread Esperanza Glass
I wanna add restricted openssh/sftp user who could only use sftp protocol and would not be allowed to ssh/gain shell access to my box. Additionally user shouldn't be able to see other directories on the system than his own. How can I do this? hopey -- ___