Re: [gentoo-user] RE: Users with access to shell!

2005-05-17 Thread Stroller
On May 17, 2005, at 4:32 am, D. Wokan wrote: That's the point, my server is a DataBase Server, I mean, users log in and run a C++ script and then they work with the database files.. THEY HAVE TO LOG IN, so there's only few that has access to the bash shell, because they need it!!!... so, I ask

Re: [gentoo-user] RE: Users with access to shell!

2005-05-17 Thread Ryan
If sounds to me like he made it clear that they HAD to login to use a c++ script. Probably something he built himself to manage data or something. The quickest, easiest way is to just use chroot jails. They are fairly secure out of the box and chroot is a widely accepted method for securing

Re: [gentoo-user] RE: Users with access to shell!

2005-05-16 Thread D. Wokan
Sami Samhuri wrote: * On Thu May-12-2005 at 03:17:56 PM -0500, [EMAIL PROTECTED] said: I have users accessing to the bash shell of my Gentoo Server, my question is: How can secure my server with this users accessing to shell? , You can't trust your users. That's the idea. That's

[gentoo-user] Re: Users with access to shell!

2005-05-12 Thread David Dorward
On 5/12/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: How can secure my server with this users accessing to shell? , Don't give users physical access to the machine. Don't allow users to use SSH. Don't run a telnet server. I'd like to allow every user to access ONLY its home directory, I

[gentoo-user] RE: Users with access to shell!

2005-05-12 Thread israel.garcia
I have users accessing to the bash shell of my Gentoo Server, my question is: How can secure my server with this users accessing to shell? , You can't trust your users. That's the idea. That's the point, my server is a DataBase Server, I mean, users log in and run a C++ script and then

Re: [gentoo-user] RE: Users with access to shell!

2005-05-12 Thread A. Khattri
On Thu, 12 May 2005 [EMAIL PROTECTED] wrote: That's the point, my server is a DataBase Server, I mean, users log in and run a C++ script and then they work with the database files.. THEY HAVE TO LOG IN, so there's only few that has access to the bash shell, because they need it!!!... so, I