<?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>Linux Servers cPanel webhosting blog &#187; LoginGraceTime</title>
	<atom:link href="http://www.theperfectarts.com/tag/logingracetime/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theperfectarts.com</link>
	<description>Basics cPanel tutorials / issue,mysql,php errors etc</description>
	<lastBuildDate>Thu, 02 Sep 2010 11:15:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Simple steps for SSH Server Hardening.</title>
		<link>http://www.theperfectarts.com/2010/01/simple-steps-for-ssh-server-hardening/</link>
		<comments>http://www.theperfectarts.com/2010/01/simple-steps-for-ssh-server-hardening/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 10:12:48 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[Linux Administrator Interview Questions]]></category>
		<category><![CDATA[Server Security]]></category>
		<category><![CDATA[VPS]]></category>
		<category><![CDATA[/etc/ssh/sshd_config]]></category>
		<category><![CDATA[IgnoreRhosts]]></category>
		<category><![CDATA[LoginGraceTime]]></category>
		<category><![CDATA[restart the SSH service]]></category>
		<category><![CDATA[root kits attacks]]></category>
		<category><![CDATA[SSH Server Hardening]]></category>
		<category><![CDATA[sshd service]]></category>
		<category><![CDATA[X11Forwarding]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=972</guid>
		<description><![CDATA[SSH Server Hardening in one of the security part to secure your server.Refer following steps to secure SSH. root@serevr[~]#pico /etc/ssh/sshd_config Uncomment  #Protocol 2, 1 Change to Protocol 2 Append these lines to the bottom: LoginGraceTime 120 IgnoreRhosts yes X11Forwarding no Save file and restart the SSH service. root@serevr[~]#/etc/rc.d/init.d/sshd restart Note : SSH Protocol one  based [...]]]></description>
			<content:encoded><![CDATA[<p>SSH Server Hardening in one of the security part to secure your server.Refer following steps to secure SSH.</p>
<p><span style="color: #800000;">root@serevr[~]#pico /etc/ssh/sshd_config</span></p>
<p>Uncomment  #Protocol 2, 1</p>
<p>Change to Protocol 2</p>
<p>Append these lines to the bottom:</p>
<p>LoginGraceTime 120<br />
IgnoreRhosts yes<br />
X11Forwarding no<br />
Save file and restart the SSH service.</p>
<p><span style="color: #800000;">root@serevr[~]#/etc/rc.d/init.d/sshd restart</span></p>
<p><span style="color: #800000;">Note : </span>SSH Protocol one  based servers are  facing many automated root kits attacks.As a result to step up the security Protcol 2 should be enabled on server.The reason to use SSH Protocol 2 on any webserver is that it is more secure as compare to protocol 1.</p>
<p>&copy;2010 <a href="http://www.theperfectarts.com">Linux Servers cPanel webhosting blog</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.theperfectarts.com/2010/01/simple-steps-for-ssh-server-hardening/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
