<?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>LeopoldoMaestro.COM &#187; root</title>
	<atom:link href="http://www.leopoldomaestro.com/tag/root/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.leopoldomaestro.com</link>
	<description>Networking, Tecnología, Linux, Sistemas, Negocios...</description>
	<lastBuildDate>Sun, 09 Oct 2011 14:07:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Habilitar o deshabilitar el login de root en SSH</title>
		<link>http://www.leopoldomaestro.com/habilitar-o-deshabilitar-el-login-de-root-en-ssh/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=habilitar-o-deshabilitar-el-login-de-root-en-ssh</link>
		<comments>http://www.leopoldomaestro.com/habilitar-o-deshabilitar-el-login-de-root-en-ssh/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 02:17:23 +0000</pubDate>
		<dc:creator>leopoldomaestro</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://www.leopoldomaestro.com/?p=115</guid>
		<description><![CDATA[Por razones de seguridad se suele desactivar el acceso root via SSH. Si queremos habilitarlo o deshabilitarlo debemos hacer lo siguiente: # cd /etc/sshd # vi sshd_config Deshabilitarlo PermitRootLogin no Habilitarlo PermitRootLogin yes Despues de guardar los cambios reiniciamos el servicio SSH. EN FREEBSD /etc/rc.d/sshd restart EN LINUX /etc/init.d/sshd restart]]></description>
			<content:encoded><![CDATA[<p>Por razones de seguridad se suele desactivar el acceso root via SSH. Si queremos habilitarlo o deshabilitarlo debemos hacer lo siguiente:</p>
<blockquote><p>
# cd /etc/sshd<br />
# vi sshd_config
</p></blockquote>
<p><strong>Deshabilitarlo</strong></p>
<blockquote><p>
PermitRootLogin no
</p></blockquote>
<p><strong>Habilitarlo</strong></p>
<blockquote><p>
PermitRootLogin yes
</p></blockquote>
<p>Despues de guardar los cambios reiniciamos el servicio SSH.</p>
<p><strong>EN FREEBSD</strong></p>
<blockquote><p>
/etc/rc.d/sshd restart
</p></blockquote>
<p><strong>EN LINUX</strong></p>
<blockquote><p>
/etc/init.d/sshd restart
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.leopoldomaestro.com/habilitar-o-deshabilitar-el-login-de-root-en-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

