Re: restricting user's directory listing and changing

2003-02-01 Thread Oliver Bantke
> Greetings. > > Basically, I have this group of users, that I give SSH/SFTP access, > but I > don't want them to be able to see the complete file hierarchy and ``cd'' > to > them. I just want a user to be able to access the user's home, and that's > it. > > I looked up some docs on th

Re: restricting user's directory listing and changing

2003-01-31 Thread Lowell Gilbert
Stephane Lee <[EMAIL PROTECTED]> writes: > You may want to check the restricted bash. > http://www.gnu.org/manual/bash-2.05a/html_node/bashref_75.html Just be careful; restricted shells aren't really intended for security. They're more for situations where you want to avoid shooting yourself in

Re: restricting user's directory listing and changing

2003-01-31 Thread Stephane Lee
You may want to check the restricted bash. http://www.gnu.org/manual/bash-2.05a/html_node/bashref_75.html On Fri, 31 Jan 2003, Jay Sern Liew wrote: > Greetings. > > Basically, I have this group of users, that I give SSH/SFTP access, but I > don't want them to be able to see the complete fil

Re: restricting user's directory listing and changing

2003-01-31 Thread Cliff Sarginson
On Fri, Jan 31, 2003 at 02:19:09PM -0500, Bill Moran wrote: > Jay Sern Liew wrote: > >Greetings. > > > > Basically, I have this group of users, that I give SSH/SFTP access, > > but I > >don't want them to be able to see the complete file hierarchy and ``cd'' to > >them. I just want a user

Re: restricting user's directory listing and changing

2003-01-31 Thread Bill Moran
Jay Sern Liew wrote: Greetings. Basically, I have this group of users, that I give SSH/SFTP access, but I don't want them to be able to see the complete file hierarchy and ``cd'' to them. I just want a user to be able to access the user's home, and that's it Look at the docs on the chroot