Here we will change the ssh default port from 22 TCP to 3310 TCP. For SSH port change kindly login into your server, as root user via putty or console. After that edit /etc/ssh/sshd_config #vi /etc/ssh/sshd_config ######Look for the following line: #Port 22 ######Change the port to Port 3210 #### Save sshd_config file with this [...]
Archive for January, 2012
The first step is to know what Exec Shield is. Exec Shield is a patch for Linux kernel security. It helps to avoid from worms and other problems. This project was started at Red Hat, Inc in late 2002 with the aim of reducing the risk of worm or other automated remote attacks on Linux [...]
