<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments for Niek's weblog</title>
	<atom:link href="http://blog.niekie.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.niekie.com</link>
	<description>A geek in a non-geek world.</description>
	<pubDate>Fri, 21 Nov 2008 03:51:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>Comment on More theme changes. by tuntis</title>
		<link>http://blog.niekie.com/2008/05/18/more-theme-changes/#comment-203</link>
		<dc:creator>tuntis</dc:creator>
		<pubDate>Sat, 11 Oct 2008 12:13:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.niekie.com/?p=35#comment-203</guid>
		<description>Damnit niekie, it's about time you make a new post!

(and change your blogroll link to my new blog)</description>
		<content:encoded><![CDATA[<p>Damnit niekie, it&#8217;s about time you make a new post!</p>
<p>(and change your blogroll link to my new blog)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on More theme changes. by Paul-Sebastian</title>
		<link>http://blog.niekie.com/2008/05/18/more-theme-changes/#comment-108</link>
		<dc:creator>Paul-Sebastian</dc:creator>
		<pubDate>Fri, 22 Aug 2008 20:25:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.niekie.com/?p=35#comment-108</guid>
		<description>Nice but I think orange would be fitted in better with the icon theme and makes a better contrast with the blue links.</description>
		<content:encoded><![CDATA[<p>Nice but I think orange would be fitted in better with the icon theme and makes a better contrast with the blue links.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to deal with the recent random number generator bug in OpenSSL and update your SSH keys. by Niek Bergman</title>
		<link>http://blog.niekie.com/2008/05/14/how-to-deal-with-the-recent-random-number-generator-bug-in-openssl-and-update-your-ssh-keys/#comment-32</link>
		<dc:creator>Niek Bergman</dc:creator>
		<pubDate>Mon, 19 May 2008 13:25:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.niekie.com/?p=23#comment-32</guid>
		<description>@Grugnog:

Doh! I knew I missed something!

Thanks very much.</description>
		<content:encoded><![CDATA[<p>@Grugnog:</p>
<p>Doh! I knew I missed something!</p>
<p>Thanks very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to deal with the recent random number generator bug in OpenSSL and update your SSH keys. by Grugnog</title>
		<link>http://blog.niekie.com/2008/05/14/how-to-deal-with-the-recent-random-number-generator-bug-in-openssl-and-update-your-ssh-keys/#comment-31</link>
		<dc:creator>Grugnog</dc:creator>
		<pubDate>Mon, 19 May 2008 07:33:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.niekie.com/?p=23#comment-31</guid>
		<description>For reference, here is a quote from the Ubuntu advisory:

http://www.ubuntu.com/usn/usn-612-2
&#62; Once the user keys have been regenerated, the relevant public keys must be propagated to any authorized_keys files on remote systems. Be sure to delete the affected key.</description>
		<content:encoded><![CDATA[<p>For reference, here is a quote from the Ubuntu advisory:</p>
<p><a href="http://www.ubuntu.com/usn/usn-612-2" rel="nofollow">http://www.ubuntu.com/usn/usn-612-2</a><br />
&gt; Once the user keys have been regenerated, the relevant public keys must be propagated to any authorized_keys files on remote systems. Be sure to delete the affected key.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to deal with the recent random number generator bug in OpenSSL and update your SSH keys. by Grugnog</title>
		<link>http://blog.niekie.com/2008/05/14/how-to-deal-with-the-recent-random-number-generator-bug-in-openssl-and-update-your-ssh-keys/#comment-30</link>
		<dc:creator>Grugnog</dc:creator>
		<pubDate>Mon, 19 May 2008 07:23:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.niekie.com/?p=23#comment-30</guid>
		<description>Thanks for this post - it looks good generally, but misses one piece of very critical information. If you have (or suspect you may have) a vulnerable key then you must remove the public key from the authorized_keys file for *every server* or user account which you have added it to.

Your post only mentions removing the key locally (which only prevents people accessing the 'local' machine) and adding the new key to servers. However, if you don't remove the compromised key from each server that you have ever added it to, then all these servers themselves can be attacked using this vulnerability.

I have a post up at http://www.civicactions.com/blog/howto_secure_your_ssh_ssl_and_openvpn_keys_generated_on_debian_ubuntu_and_related_distributions which folks might want to look at to cross check.</description>
		<content:encoded><![CDATA[<p>Thanks for this post - it looks good generally, but misses one piece of very critical information. If you have (or suspect you may have) a vulnerable key then you must remove the public key from the authorized_keys file for *every server* or user account which you have added it to.</p>
<p>Your post only mentions removing the key locally (which only prevents people accessing the &#8216;local&#8217; machine) and adding the new key to servers. However, if you don&#8217;t remove the compromised key from each server that you have ever added it to, then all these servers themselves can be attacked using this vulnerability.</p>
<p>I have a post up at <a href="http://www.civicactions.com/blog/howto_secure_your_ssh_ssl_and_openvpn_keys_generated_on_debian_ubuntu_and_related_distributions" rel="nofollow">http://www.civicactions.com/blog/howto_secure_your_ssh_ssl_and_openvpn_keys_generated_on_debian_ubuntu_and_related_distributions</a> which folks might want to look at to cross check.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to deal with the recent random number generator bug in OpenSSL and update your SSH keys. by Tchorix</title>
		<link>http://blog.niekie.com/2008/05/14/how-to-deal-with-the-recent-random-number-generator-bug-in-openssl-and-update-your-ssh-keys/#comment-28</link>
		<dc:creator>Tchorix</dc:creator>
		<pubDate>Sun, 18 May 2008 13:19:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.niekie.com/?p=23#comment-28</guid>
		<description>Hi Niek,

I noticed about the output difference when I decided the install sshd on my machine, and I realized about the openssh-blacklist package. So this is consistent with what you mentioned (the difference between home and server).

I believe my ssh-keys where generated with red-hat based systems a couple of years ago, but it wouldn't hurt getting new keys anyway.

cheers
Tchorix</description>
		<content:encoded><![CDATA[<p>Hi Niek,</p>
<p>I noticed about the output difference when I decided the install sshd on my machine, and I realized about the openssh-blacklist package. So this is consistent with what you mentioned (the difference between home and server).</p>
<p>I believe my ssh-keys where generated with red-hat based systems a couple of years ago, but it wouldn&#8217;t hurt getting new keys anyway.</p>
<p>cheers<br />
Tchorix</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to deal with the recent random number generator bug in OpenSSL and update your SSH keys. by Niek Bergman</title>
		<link>http://blog.niekie.com/2008/05/14/how-to-deal-with-the-recent-random-number-generator-bug-in-openssl-and-update-your-ssh-keys/#comment-26</link>
		<dc:creator>Niek Bergman</dc:creator>
		<pubDate>Fri, 16 May 2008 15:10:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.niekie.com/?p=23#comment-26</guid>
		<description>@Tchorix:

Thanks for notifying me about this.

I figured out what's causing this different output format. Turns out that it's caused by a incomplete/missing blacklist for the current key type and bit amount. That you're getting "Not blacklisted:" now, means that the key is probably indeed not vulnerable. It's still good if you replace it though, if it was generated on a vulnerable Debian(-based) system.. you can never be sure enough ;-)

You'll probably indeed need to install openssh-blacklist for this, as those contain the blacklists. That package apparently also wasn't installed on my home testing system, but it was on my server. Sorry for my misinformation there. I'll immediately correct it in the blog entry.

Also, I've noticed that OpenSSH will now usually reject logins by vulnerable keys, so you might have some users complaining that they're not able to login if you manage a multi-user server, or you might lock yourself out if you update and try to login again using a vulnerable key.</description>
		<content:encoded><![CDATA[<p>@Tchorix:</p>
<p>Thanks for notifying me about this.</p>
<p>I figured out what&#8217;s causing this different output format. Turns out that it&#8217;s caused by a incomplete/missing blacklist for the current key type and bit amount. That you&#8217;re getting &#8220;Not blacklisted:&#8221; now, means that the key is probably indeed not vulnerable. It&#8217;s still good if you replace it though, if it was generated on a vulnerable Debian(-based) system.. you can never be sure enough ;-)</p>
<p>You&#8217;ll probably indeed need to install openssh-blacklist for this, as those contain the blacklists. That package apparently also wasn&#8217;t installed on my home testing system, but it was on my server. Sorry for my misinformation there. I&#8217;ll immediately correct it in the blog entry.</p>
<p>Also, I&#8217;ve noticed that OpenSSH will now usually reject logins by vulnerable keys, so you might have some users complaining that they&#8217;re not able to login if you manage a multi-user server, or you might lock yourself out if you update and try to login again using a vulnerable key.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to deal with the recent random number generator bug in OpenSSL and update your SSH keys. by Tchorix</title>
		<link>http://blog.niekie.com/2008/05/14/how-to-deal-with-the-recent-random-number-generator-bug-in-openssl-and-update-your-ssh-keys/#comment-25</link>
		<dc:creator>Tchorix</dc:creator>
		<pubDate>Fri, 16 May 2008 13:19:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.niekie.com/?p=23#comment-25</guid>
		<description>Hi Niek,

Thanks for your post, but I have an observation... I tried yesterday the ssh-vulnkey command yesterday, and I got a message like yours, starting with "Unknown (no blacklist information):".

Today I installed the package openssh-blacklist (I had already openssl-blacklist yesterday (ssl instead of ssh)) and I got a different message:

Not blacklisted: 2048 d0:c6:da:f5:e2:30:b0:3a:20:df:97:5a:47:2d:87:f0 /home/niek/.ssh/id_rsa.pub

I replaced my key for the one you published on your post... To me, this message looks clearer, becuase it states that the key is "not blacklist"... the previous message looked more like it couldn't determined if key was blacklisted or not...

I hope it helps
cheers
Tchorix \m/</description>
		<content:encoded><![CDATA[<p>Hi Niek,</p>
<p>Thanks for your post, but I have an observation&#8230; I tried yesterday the ssh-vulnkey command yesterday, and I got a message like yours, starting with &#8220;Unknown (no blacklist information):&#8221;.</p>
<p>Today I installed the package openssh-blacklist (I had already openssl-blacklist yesterday (ssl instead of ssh)) and I got a different message:</p>
<p>Not blacklisted: 2048 d0:c6:da:f5:e2:30:b0:3a:20:df:97:5a:47:2d:87:f0 /home/niek/.ssh/id_rsa.pub</p>
<p>I replaced my key for the one you published on your post&#8230; To me, this message looks clearer, becuase it states that the key is &#8220;not blacklist&#8221;&#8230; the previous message looked more like it couldn&#8217;t determined if key was blacklisted or not&#8230;</p>
<p>I hope it helps<br />
cheers<br />
Tchorix \m/</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New theme, K2. by tuntis</title>
		<link>http://blog.niekie.com/2008/05/12/new-theme-k2/#comment-15</link>
		<dc:creator>tuntis</dc:creator>
		<pubDate>Mon, 12 May 2008 19:23:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.niekie.com/?p=21#comment-15</guid>
		<description>Yay hooray!

FYI, you can customize the theme to your liking with custom CSS files, if you feel like it. No need to edit the core files of K2!</description>
		<content:encoded><![CDATA[<p>Yay hooray!</p>
<p>FYI, you can customize the theme to your liking with custom CSS files, if you feel like it. No need to edit the core files of K2!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My birthday presents. by Niek Bergman</title>
		<link>http://blog.niekie.com/2008/05/12/my-birthday-presents/#comment-14</link>
		<dc:creator>Niek Bergman</dc:creator>
		<pubDate>Mon, 12 May 2008 19:03:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.niekie.com/?p=15#comment-14</guid>
		<description>I don't own a Canon myself, so I can't say. The pictures this thing makes are turning out quite well though.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t own a Canon myself, so I can&#8217;t say. The pictures this thing makes are turning out quite well though.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
