Networking Forums

Networking Forums > Computer Networking > Linux Networking > Securing my server...newbie

Reply
Thread Tools Display Modes

Securing my server...newbie

 
 
Mandy
Guest
Posts: n/a

 
      10-01-2003, 05:48 PM
Hi All-

I have been on linux for a little while. I am just getting to the
point where I am letting others ssh into my server. Here is my
question. How do I make sure that the users coming in, have the least
amount of power. I have set their shell's to rbash. I have seen many
posts on chroot jail, but none that REALLY explained it. In short,
how do I make my server as secure as possible.

TIA,
M
 
Reply With Quote
 
 
 
 
Jeroen Geilman
Guest
Posts: n/a

 
      10-01-2003, 11:15 PM
Mandy wrote:

> Hi All-
>
> I have been on linux for a little while. I am just getting to the
> point where I am letting others ssh into my server. Here is my
> question. How do I make sure that the users coming in, have the least
> amount of power. I have set their shell's to rbash. I have seen many
> posts on chroot jail, but none that REALLY explained it. In short,
> how do I make my server as secure as possible.


- who are these others ? do you know them ? do you know them well ?

- what groups are they members of ?
Hint: make a special "remote" (or "unsafe") group and add them to that,
then exclude them from all other group-related activities.

- what other services do you run ?
system security is as strong as the weakest service...

Especially throw out telnet, ident, finger, echo etc., and (if you're
really paranoid) all unsecure (non-ssl) services as well, e.g. only imaps
and not imap, only https and not http, only pop3s and...but you get the
pixel.

- do you have strong password restrictions set ?
Like 8 char minimum, at least one capital and 2 numbers, forced check
against cracklib, etc.

- are you using SSH2 *only* ? force them to use SSH 2


Read, read, and read some more...
Security is a never-ending vigil.


Do not rely on posts - grep the web!

google for "linux chroot remote users" gives 15000 hits alone

--
Jeroen Geilman

All your bits are belong to us.

 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ISA server newbie question Bob Windows Networking 3 10-28-2005 06:53 PM
Securing laptop for park-bench hot spots (newbie question) David D. Wireless Networks 3 01-19-2005 06:12 AM
Securing a Windows 2003 server Allan Palmer Windows Networking 25 05-19-2004 05:26 PM
Newbie question - web server Michael Linux Networking 4 03-02-2004 02:02 PM
Newbie server JogW Linux Networking 2 01-28-2004 12:55 PM



1 2 3 4 5 6 7 8 9 10 11