<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Server Manuals &#187; Security</title>
	<atom:link href="http://servermanuals.com/category/linux/linux-security/feed" rel="self" type="application/rss+xml" />
	<link>http://servermanuals.com</link>
	<description>Your Place for Linux/Windows Tutorials</description>
	<lastBuildDate>Mon, 07 May 2012 22:39:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>How to Enable/Disable Root Login to SSH</title>
		<link>http://servermanuals.com/linux/linux-security/how-to-enabledisable-root-login-to-ssh</link>
		<comments>http://servermanuals.com/linux/linux-security/how-to-enabledisable-root-login-to-ssh#comments</comments>
		<pubDate>Sat, 21 Aug 2010 03:36:01 +0000</pubDate>
		<dc:creator>Nick Kitmitto</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://servermanuals.com/?p=92</guid>
		<description><![CDATA[This article is going to show you how to disable and enable root login through SSH. How to enable root login through SSH: 1.) Login as a root user (as always) 2.) Modify the following file with your favorite text editor: /etc/ssh/sshd_config 3.) Find the line that says: PermitRootLogin No 4.) Change no to yes&#8230;]]></description>
		<wfw:commentRss>http://servermanuals.com/linux/linux-security/how-to-enabledisable-root-login-to-ssh/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to block IP using nullroute and IPTables</title>
		<link>http://servermanuals.com/linux/linux-security/how-to-block-ip-using-nullroute-and-iptables</link>
		<comments>http://servermanuals.com/linux/linux-security/how-to-block-ip-using-nullroute-and-iptables#comments</comments>
		<pubDate>Thu, 19 Aug 2010 16:24:23 +0000</pubDate>
		<dc:creator>Nick Kitmitto</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[blocking subnets]]></category>
		<category><![CDATA[IP Ban]]></category>
		<category><![CDATA[IP Block]]></category>
		<category><![CDATA[ipbanning]]></category>
		<category><![CDATA[IPTables]]></category>
		<category><![CDATA[nullrouting]]></category>
		<category><![CDATA[subnet blocking]]></category>

		<guid isPermaLink="false">http://servermanuals.com/?p=88</guid>
		<description><![CDATA[How to block an IP address using nullroutes, and IPTables Using the Nullrouting Method Login to your server as a root user, sudo will work also. Type the following: route add 54.87.42.61 gw 127.0.0.1 lo 54.87.42.61 is the IP address you are going to block. Once you put that in, you don&#8217;t need to restart&#8230;]]></description>
		<wfw:commentRss>http://servermanuals.com/linux/linux-security/how-to-block-ip-using-nullroute-and-iptables/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change SSH port</title>
		<link>http://servermanuals.com/linux/linux-security/how-to-change-ssh-port</link>
		<comments>http://servermanuals.com/linux/linux-security/how-to-change-ssh-port#comments</comments>
		<pubDate>Wed, 18 Aug 2010 05:10:37 +0000</pubDate>
		<dc:creator>Nick Kitmitto</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://servermanuals.com/?p=71</guid>
		<description><![CDATA[How to change your SSH port Login to your server via SSH as a user with root permissions (i.e. Sudo). Changing the port: After you have logged into your server, edit the following file with your favorite editor: /etc/ssh/sshd_config This file should look like: &#160; Modify the line that says Port 22 and change it&#8230;]]></description>
		<wfw:commentRss>http://servermanuals.com/linux/linux-security/how-to-change-ssh-port/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add SSH user in CentOS</title>
		<link>http://servermanuals.com/linux/linux-security/how-to-add-ssh-user-in-centos</link>
		<comments>http://servermanuals.com/linux/linux-security/how-to-add-ssh-user-in-centos#comments</comments>
		<pubDate>Wed, 18 Aug 2010 05:09:40 +0000</pubDate>
		<dc:creator>Nick Kitmitto</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://servermanuals.com/?p=69</guid>
		<description><![CDATA[How to add an SSH user in CentOS &#160; Login to your server as a user with root privilages (i.e. Sudo) 1.) Adding the user Run the following command: adduser username Replace username with the username you desire. 2.) Changing the password You must change the password for the account, so they can login to&#8230;]]></description>
		<wfw:commentRss>http://servermanuals.com/linux/linux-security/how-to-add-ssh-user-in-centos/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open a port in IPTables, CSF, and APF</title>
		<link>http://servermanuals.com/linux/linux-security/open-a-port-in-iptables-csf-and-apf</link>
		<comments>http://servermanuals.com/linux/linux-security/open-a-port-in-iptables-csf-and-apf#comments</comments>
		<pubDate>Wed, 18 Aug 2010 03:40:17 +0000</pubDate>
		<dc:creator>Nick Kitmitto</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://servermanuals.com/?p=33</guid>
		<description><![CDATA[Login to your server through an SSH client, as root, or a user with root access. For example, you can use sudo. 
 
<strong>How to open a port in IPTables: 
</strong> 
While you’re logged into your server as root, enter the following command: 
 
iptables -A INPUT -p tcp --dport 2523 -j ACCEPT 
Modify the 2523 to reflect the port you would like to open. 
 
 
After you enter]]></description>
		<wfw:commentRss>http://servermanuals.com/linux/linux-security/open-a-port-in-iptables-csf-and-apf/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

