Default security: other users can ACCESS MY HOMEDIR?!

2005-03-01 Thread Fafa Diliha Romanova
hey i didn't realize all my users had full access to my homedir! that kinda sucks, me who thought i had everything private and locked down what chmod should i set my homedir to then? and how do i set my system to chmod all new homedirs to that chmod? thanks! -- _

Re: Default security: other users can ACCESS MY HOMEDIR?!

2005-03-01 Thread Anthony Atkielski
Fafa Diliha Romanova writes: > i didn't realize all my users had full access to my homedir! They don't. They have read and execute access by default, but not write. I'll agree that it's probably not a good idea to default to this, but it has been that way on UNIX for a long time. -- Anthony

Re: Default security: other users can ACCESS MY HOMEDIR?!

2005-03-01 Thread David Landgren
Fafa Diliha Romanova wrote: hey i didn't realize all my users had full access to my homedir! that kinda sucks, me who thought i had everything private and locked down what chmod should i set my homedir to then? chmod 700 $HOME and how do i set my system to chmod all new homedirs to that chmod? umas

Re: Default security: other users can ACCESS MY HOMEDIR?!

2005-03-02 Thread Nick Pavlica
How would you restrict regular users from accessing any part of the file system accept there home dirs? Is this even possible? On Tue, 01 Mar 2005 14:26:10 +0100, David Landgren <[EMAIL PROTECTED]> wrote: > Fafa Diliha Romanova wrote: > > hey > > > > i didn't realize all my users had full access

Re: Default security: other users can ACCESS MY HOMEDIR?!

2005-03-02 Thread Stevan Tiefert
On Wed, 2 Mar 2005, Nick Pavlica wrote: > How would you restrict regular users from accessing any part of the > file system accept there home dirs? Is this even possible? > Hello Nick, it is possible but why? The user must be able to access their shells, configurations and so on! With regard

Re: Default security: other users can ACCESS MY HOMEDIR?!

2005-03-02 Thread Nick Pavlica
I was thinking along the lines of a scp server that would only allow the user to browse only there directories. On Wed, 2 Mar 2005 18:39:43 +0100 (CET), Stevan Tiefert <[EMAIL PROTECTED]> wrote: > > > On Wed, 2 Mar 2005, Nick Pavlica wrote: > > > How would you restrict regular users from acce

Re: Default security: other users can ACCESS MY HOMEDIR?!

2005-03-02 Thread pete wright
On Wed, 2 Mar 2005 17:17:32 -0700, Nick Pavlica <[EMAIL PROTECTED]> wrote: > I was thinking along the lines of a scp server that would only allow > the user to browse only there directories. > > there are a couple way's to do this, i *think* you could chroot the sshd process per user thus lockin

Re: Default security: other users can ACCESS MY HOMEDIR?!

2005-03-02 Thread Kevin Kinsey
Nick Pavlica wrote: I was thinking along the lines of a scp server that would only allow the user to browse only there directories. On Wed, 2 Mar 2005 18:39:43 +0100 (CET), Stevan Tiefert <[EMAIL PROTECTED]> wrote: On Wed, 2 Mar 2005, Nick Pavlica wrote: How would you restrict regular users

Re: Default security: other users can ACCESS MY HOMEDIR?!

2005-03-02 Thread Chris Hodgins
Kevin Kinsey wrote: Nick Pavlica wrote: I was thinking along the lines of a scp server that would only allow the user to browse only there directories. On Wed, 2 Mar 2005 18:39:43 +0100 (CET), Stevan Tiefert <[EMAIL PROTECTED]> wrote: On Wed, 2 Mar 2005, Nick Pavlica wrote: How would you re

Re: Default security: other users can ACCESS MY HOMEDIR?!

2005-03-02 Thread Nick Pavlica
I will have to give this a try, it sounds like it will do the trick. Thanks for the info! --Nick On Thu, 03 Mar 2005 01:16:43 +, Chris Hodgins <[EMAIL PROTECTED]> wrote: > Kevin Kinsey wrote: > > Nick Pavlica wrote: > > > >> I was thinking along the lines of a scp server that would only al

Re: Default security: other users can ACCESS MY HOMEDIR?!

2005-03-09 Thread Fafa Diliha Romanova
Hello, Stevan! How do I make my system and adduser use this as default? Thanks! -- Fafa - Original Message - From: "Stevan Tiefert" <[EMAIL PROTECTED]> To: "Fafa Diliha Romanova" <[EMAIL PROTECTED]> Subject: Re: Default security: other users can ACCE