Thank you very much for the help.  I&#39;ll give it a try.<br><br>I forgot to ask about setting up accounts, I&#39;m guessing that needs to be done also.  <br><br>Once the keys are in place, what is required for setting up accounts?  Is there a document that explains that?<br>
<br><br><br><div class="gmail_quote">On Tue, Aug 25, 2009 at 1:32 AM, Hans-Christian Egtvedt <span dir="ltr">&lt;<a href="mailto:hans-christian.egtvedt@atmel.com">hans-christian.egtvedt@atmel.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">On Mon, 24 Aug 2009 14:21:51 -0400<br>
b2112 &lt;<a href="mailto:blavo2112@gmail.com">blavo2112@gmail.com</a>&gt; wrote:<br>
<br>
&lt;snipp&gt;<br>
<div class="im"><br>
&gt; I don&#39;t know where to place my host keys and what to call them.  My root<br>
&gt; filesystem is read only and I have a .ssh directory at the root.<br>
&gt;<br>
&gt; Is there a procedure available that explains the names of the associated<br>
&gt; config and/or keys files and where they need to be placed on the target file<br>
&gt; system.<br>
&gt;<br>
<br>
</div>On my system I have the keys in /etc/dropbear<br>
<br>
~ &gt; ls -la /etc/dropbear<br>
total 8<br>
-rw------- 1 root root 457 2009-01-16 14:21 dropbear_dss_host_key<br>
-rw------- 1 root root 427 2009-01-16 14:21 dropbear_rsa_host_key<br>
<br>
>From the README file in dropbear source code:<br>
<br>
To run the server, you need to generate server keys, this is one-off:<br>
dropbearkey -t rsa -f dropbear_rsa_host_key<br>
dropbearkey -t dss -f dropbear_dss_host_key<br>
<br>
or alternatively convert OpenSSH keys to Dropbear:<br>
dropbearconvert openssh dropbear /etc/ssh/ssh_host_dsa_key<br>
dropbear_dss_host_key<br>
<br>
Location of where to store the keys is configured by<br>
<br>
#ifndef DSS_PRIV_FILENAME<br>
#define DSS_PRIV_FILENAME &quot;/etc/dropbear/dropbear_dss_host_key&quot;<br>
#endif<br>
#ifndef RSA_PRIV_FILENAME<br>
#define RSA_PRIV_FILENAME &quot;/etc/dropbear/dropbear_rsa_host_key&quot;<br>
#endif<br>
<br>
which you&#39;ll find in options.h in the source code.<br>
<br>
Happy dropbearing (-:<br>
<br>
&lt;snipp&gt;<br>
<br>
--<br>
Best regards,<br>
<font color="#888888">Hans-Christian Egtvedt<br>
</font></blockquote></div><br>