redhat | MyLiteratureTechLife.COM

How to secure SSH in your server ?

May 15th, 2010 0 Comments

1) Set a very strong password, keep it in your mind but dont write in somewhere. 2) Disable direct root login emacs /etc/ssh/sshd_config Search for #PermitRootLogin yes Set it as PermitRootLogin no Restart ssh service sshd restart 3) Limit user login AllowUsers username Restart...




Configuring range of ips in Linux,Centos,fedora core, red hat

April 21st, 2010 0 Comments

Thats pretty simple Just configure on ips in /etc/sysconfig/network-scripts/ifcfg-eth0 Then Make a new file named ifcfg-eth0-range0 emacs /etc/sysconfig/network-scripts/ifcfg-eth0-range0 Put following code in it IPADDR_START=192.168.0.101 IPADDR_END=192.168.0.200 CLONENUM_START=1 Save...

Alexa Rank