Lucent CM security hardening

Purpose

This topic describes the steps to increase security on the Lucent CM system.

Overview

You can increase security levels in the Lucent CM by making the following changes to address vulnerabilities.

Important!  After you made a change, you must reboot the operating system for the change to take effect.

You can also make multiple changes and reboot once, after you completed making the last change.

When to perform

You can perform the procedure on one of the following moments:

Important!  The procedures must be performed on all Lucent CM nodes.

Restrict SSH to SSH version 2 only

Task StepsPerform the following steps:

1

Login to the Lucent CM node as root.


2

Go to the directory where the ssh_config file is located.

Type the following command and press Enter:

cd /etc/ssh


3

Open the ssh_config file.


4

Replace line:

#   Protocol 2,1

By line:

#   Protocol 2

End of steps


Use a stronger encryption algorithm for SSH

Task StepsPerform the following steps to change to a stronger encryption algorithm:

1

Login to the Lucent CM node as root.


2

Go to the directory where the ssh_config file is located.

Type the following command and press Enter:

cd /etc/ssh


3

Open the ssh_config file.


4

Replace line:

#   Cipher 3des

By line:

#   Cipher blowfish-cbc

End of steps


Close ports

Task StepsPerform the following steps to close ports on the Lucent CM nodes:

1

Login to the Lucent CM node as root.


2

Close port 6000:

  1. Go to the directory where the startx file is located.

    Type the following command and press Enter:

    cd /usr/X11R6/bin

  2. Open the startx file.

  3. Replace line:

    defaultserverargs=""

    by line:

    defaultserverargs="-nolisten tcp"

  4. Replace line:

    serverargs=""

    by line:

    serverargs="-nolisten tcp"

  1. Go to the directory where the Xservers file is located.

    Type the following command and press Enter:

    cd /etc/X11/xdm

  2. Open the Xservers file.

  3. Replace line:

    ":0 local /usr/X11R6/bin/X"

    by line:

    ":0 local /usr/X11R6/bin/X -nolisten tcp"


3

Close port 631:

  1. Type the following command and press Enter:

    setup

  2. Select System servcies

  3. Stop the following automatically started services:
    • cups

    • cups-lpd


4

Close port 445:

  1. Type the following command and press Enter:

    setup

  2. Select System servcies

  3. Stop the following automatically started services:
    • SMB


5

Close port 111:

  1. Type the following command and press Enter:

    setup

  2. Select System servcies

  3. Stop the following automatically started services:
    • portmap

End of steps


Reboot the operating system

Task StepsPerform the following steps to reboot the operating system for the change to take effect:

1

Login to the Lucent CM node as root.


2

Type the following command and press Enter:

reboot

End of steps



© Lucent Technologies