<?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>Jigsaw Boys &#187; ssh</title>
	<atom:link href="http://www.jigsawboys.com/tag/ssh/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jigsawboys.com</link>
	<description>Security, Network and Computer Tech Tip Database!</description>
	<lastBuildDate>Tue, 07 Sep 2010 02:43:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Generate sshd host key</title>
		<link>http://www.jigsawboys.com/2006/05/09/generate-sshd-host-key/</link>
		<comments>http://www.jigsawboys.com/2006/05/09/generate-sshd-host-key/#comments</comments>
		<pubDate>Tue, 09 May 2006 06:35:40 +0000</pubDate>
		<dc:creator>Jonesy</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[generate host keys]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://www.jigsawboys.com/2006/05/09/generate-sshd-host-key/</guid>
		<description><![CDATA[If you&#8217;re getting this error when trying to start sshd: Could not load host key: /etc/ssh/ssh_host_key Could not load host key: /etc/ssh/ssh_host_dsa_key Disabling protocol version 1. Could not load host key Disabling protocol version 2. Could not load host key Re-generate your host key with this command: ssh-keygen -t dsa -f /etc/ssh/ssh_host_dsa_key That should get [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re getting this error when trying to start sshd:</p>
<blockquote><p>Could not load host key: /etc/ssh/ssh_host_key<br />
Could not load host key: /etc/ssh/ssh_host_dsa_key<br />
Disabling protocol version 1. Could not load host key<br />
Disabling protocol version 2. Could not load host key</p></blockquote>
<p>Re-generate your host key with this command:</p>
<blockquote><p>ssh-keygen -t dsa -f /etc/ssh/ssh_host_dsa_key</p></blockquote>
<p>That should get you sorted, make sure you tell everyone who accesses the server with secure shell that the host key has changed, because they&#8217;ll get warnings about it and may think that the server&#8217;s been compromised.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.jigsawboys.com/2006/05/09/generate-sshd-host-key/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
