Thank you very much for the help. I'll give it a try.<br><br>I forgot to ask about setting up accounts, I'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"><<a href="mailto:hans-christian.egtvedt@atmel.com">hans-christian.egtvedt@atmel.com</a>></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 <<a href="mailto:blavo2112@gmail.com">blavo2112@gmail.com</a>> wrote:<br>
<br>
<snipp><br>
<div class="im"><br>
> I don't know where to place my host keys and what to call them. My root<br>
> filesystem is read only and I have a .ssh directory at the root.<br>
><br>
> Is there a procedure available that explains the names of the associated<br>
> config and/or keys files and where they need to be placed on the target file<br>
> system.<br>
><br>
<br>
</div>On my system I have the keys in /etc/dropbear<br>
<br>
~ > 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 "/etc/dropbear/dropbear_dss_host_key"<br>
#endif<br>
#ifndef RSA_PRIV_FILENAME<br>
#define RSA_PRIV_FILENAME "/etc/dropbear/dropbear_rsa_host_key"<br>
#endif<br>
<br>
which you'll find in options.h in the source code.<br>
<br>
Happy dropbearing (-:<br>
<br>
<snipp><br>
<br>
--<br>
Best regards,<br>
<font color="#888888">Hans-Christian Egtvedt<br>
</font></blockquote></div><br>