<br>You need to specify the &quot;-i&quot; in dbclient<br><br><div class="gmail_quote">On Mon, Jan 19, 2009 at 3:43 PM, Kyle Marx <span dir="ltr">&lt;<a href="mailto:kmarks2@gmail.com">kmarks2@gmail.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;">Hey,<br>&nbsp;&nbsp; Before anyone flames me, I&#39;ve read every message in the archive.&nbsp; That said, I am running v0.50 on a TS-7260 ARM9 embedded computer.<br>
&nbsp;&nbsp; My problem is that I cannot produce passwordless login from the embedded device (A) to my server (B).&nbsp; I have tried everthing listed.&nbsp; I first used dropbearkey to create private and public keys on the embedded device (A).&nbsp; I appended the pub key to authorized keys on the server (B).<br>

&nbsp; My problem is similar to that of 2Q2008 by G<i>uillaume Dargaud</i>&#39;s problem.&nbsp; Here is a rundown:<br><br>Generate keys on the embedded device A:<br>A$ dropbearkey -t rsa -f /etc/dropbear/dropbear_rsa_key<br>A$ dropbearkey -y -f /etc/dropbear/dropbear_rsa_key | head -2 | tail -1 &gt; /etc/dropbear/dropbear_rsa_key.pub<br>

A$ shutdown -r now<br><br>I then append this public key to my authorized keys list on the server, B<br>B$ scp user@A:/etc/dropbear/dropbear_rsa_key.pub /tmp/dropbear_rsa_key.pub<br>B$ cat /tmp/dropbear_rsa_key.pub &gt;&gt; ~/.ssh/authorized_keys<br>

B$ services sshd restart<br><br>Now attempt a passwordless login to B from A:<br>A$ dbclient user@B<br>userB@&#39;s password: <br><br>It still prompts for a password.&nbsp; Is this broken?<br><font color="#888888"><br>Kyle<br>

</font></blockquote></div><br>