<?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>ISSUX.com &#124; Desarrollo web, frameworks, wordpress, linux y más. &#187; blacklisted</title>
	<atom:link href="http://www.issux.com/tag/blacklisted/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.issux.com</link>
	<description></description>
	<lastBuildDate>Sun, 04 Jul 2010 19:54:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>NSLU: SSH Host key blacklisted</title>
		<link>http://www.issux.com/2008/08/11/nslu-ssh-host-key-blacklisted/</link>
		<comments>http://www.issux.com/2008/08/11/nslu-ssh-host-key-blacklisted/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 16:52:14 +0000</pubDate>
		<dc:creator>issux</dc:creator>
				<category><![CDATA[NSLU2]]></category>
		<category><![CDATA[Seguridad]]></category>
		<category><![CDATA[blacklisted]]></category>
		<category><![CDATA[claves]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[openssh]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://www.issux.com/?p=146</guid>
		<description><![CDATA[Hoy, después de reinstalar la Debian r03 en el nslu (estoy preparando otro articulo para explicar el proceso), modifique la configuración del ssh para restringir el acceso como root. Reinicio el servidor ssh: /etc/init.d/ssh restart Y me muestra el siguiente mensaje: Host key xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx blacklisted...]]></description>
			<content:encoded><![CDATA[<p>Hoy, después de reinstalar la Debian r03 en el nslu (estoy preparando otro articulo para explicar el proceso), modifique la configuración del ssh para <a href="http://www.issux.com/2007/08/23/configurar-ssh/">restringir el acceso como root</a>. </p>
<p>Reinicio el servidor ssh:</p>
<pre lang="bash">
/etc/init.d/ssh restart
</pre>
<p>Y me muestra el siguiente mensaje:</p>
<pre lang="bash">Host key xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx blacklisted (see ssh-vulnkey(1))
Restarting OpenBSD Secure Shell server:
sshdHost key xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx blacklisted (see ssh-vulnkey(1))</pre>
<p><span id="more-146"></span><br />
El problema este relacionado con la <a href="http://www.kriptopolis.org/chapuza-en-debian">vunerabilidad descubierta hace unas semanas sobre la aleatoriedad de las claves generadas para el ssh</a>.</p>
<p>Después de navegar un poco, la solución es bien sencilla: borrar las claves actuales, y regenerarlas.Para hacerlo, solo debemos teclear:</p>
<pre lang="bash">
rm -f /etc/ssh/ssh_host_rsa_key.pub /etc/ssh/ssh_host_dsa_key.pub
rm -f /etc/ssh/ssh_host_rsa_key /etc/ssh/ssh_host_dsa_key
dpkg-reconfigure openssh-server
</pre>
<p>Y con esto ya tendremos nuestras nuevas claves ssh limpias, relucientes, y lo suficientemente aleaorias. <img src='http://www.issux.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<h3  class="related_post_title">Contenidos Relacionados</h3><ul class="related_post"><li><a href="http://www.issux.com/2007/12/14/nslu-kernel-2618-5-ixp4xx-etch5/" title="NSLU: kernel  2.6.18-5-ixp4xx etch5">NSLU: kernel  2.6.18-5-ixp4xx etch5</a></li><li><a href="http://www.issux.com/2009/09/01/aumentar-la-seguridad-en-el-servicio-ssh-ii/" title="Aumentar la seguridad en el servicio ssh II">Aumentar la seguridad en el servicio ssh II</a></li><li><a href="http://www.issux.com/2009/08/30/aumentar-la-seguridad-en-el-servicio-ssh/" title="Aumentar la seguridad en el servicio ssh">Aumentar la seguridad en el servicio ssh</a></li><li><a href="http://www.issux.com/2009/08/01/servidor-ftp-en-linux-proftpd/" title="Servidor ftp en linux: proftpd">Servidor ftp en linux: proftpd</a></li><li><a href="http://www.issux.com/2008/12/29/actualizar-la-ip-de-nuestro-dominio-dinamico-con-inadyn/" title="Actualizar la ip de nuestro dominio dinamico con inadyn">Actualizar la ip de nuestro dominio dinamico con inadyn</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.issux.com/2008/08/11/nslu-ssh-host-key-blacklisted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
