Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Focus-Linux
[Top] [All Lists]

Re: Securing Fedora Core 4

Subject: Re: Securing Fedora Core 4
Date: Fri, 23 Sep 2005 09:05:18 +0200
- Only allow ssh V.2

I'm pretty sure this is the default.  I haven't need to make this change
since FC2 I think.

I'm not sure for FC4 I don't have a fresh install to check now but in
FC3 sshd config comes with the line "Protocol 2, 1" in it who mean
prefer protocol 2 if possible but accept protocol 1 if the client
don't support protocol 2. I always change this to "Protocol 2" to
accept only protocol 2 so protocol 1 clients can't connect. Take a
look at this and please let me know how it's configured in FC4.

- If you need to access the server from outside your privatenet use
ipsec, openvpn or something related.

SSH is not enough?  I only need shell access remotely.

Of course ssh is enough if you only need shell access. But often I
need other services at some point so i prefer having openvpn installed
even if not running. So when i'm away from the server and need an
other service a can fire it up.

- If data integrity is of interest use a journalized filesystem for
both metadata AND data (by default ext3 put only metadata in the
journal), LVM and RAID5 and pay attention to SMART

Humm.  I'll have to research this one.  I was not aware of that limitation
for EXT3.

use "mount -o data=journal /device /mountpoint" for mounting the
device or add data=journal in the fstab to do this.

Take care,

Dodoche

<Prev in Thread] Current Thread [Next in Thread>