Hi,<br>
<br>
I've installed the latest version of dropbear (0.45) compiled from
buildroot. It was cross-compiled for an arm9 board. I connect to the dropbear server from an ssh client. from the
messages, it seems that it was able to connect to the server but cannot
get past authentication. I can't even get a login prompt.<br>
<br>
here's the log from the client pc:<br>
<br>
[mildred@localhost mildred]$ ssh -vv <a href="http://192.168.63.15">192.168.63.15</a><br>
OpenSSH_3.5p1, SSH protocols 1.5/2.0, OpenSSL 0x0090701f<br>
debug1: Reading configuration data /etc/ssh/ssh_config<br>
debug1: Applying options for *<br>
debug1: Rhosts Authentication disabled, originating port will not be trusted.<br>
debug1: ssh_connect: needpriv 0<br>
debug1: Connecting to <a href="http://192.168.63.15">192.168.63.15</a> [<a href="http://192.168.63.15">192.168.63.15</a>] port 22.<br>
debug1: Connection established.<br>
debug1: identity file /home/mildred/.ssh/identity type -1<br>
debug1: identity file /home/mildred/.ssh/id_rsa type -1<br>
debug1: identity file /home/mildred/.ssh/id_dsa type -1<br>
debug1: Remote protocol version 2.0, remote software version dropbear_0.45<br>
debug1: no match: dropbear_0.45<br>
debug1: Enabling compatibility mode for protocol 2.0<br>
debug1: Local version string SSH-2.0-OpenSSH_3.5p1<br>
debug1: SSH2_MSG_KEXINIT sent<br>
<br>
the log from /var/log/messages regarding dropbear:<br>
Dec 31 17:01:29 cyclops <a href="http://authpriv.info">authpriv.info</a> dropbear[69]: Child connection from <a href="http://192.168.63.95:37049">192.168.63.95:37049</a><br>
<br>
I don't know what's wrong. I was able to run openssh and telnet servers
successfully, even login as root. I chose /dev/urandom in
options.h when I compiled it and --disable-openpty.<br>
<br>
Is there anything else I forgot?<br>
<br>
Thanks in advance.<br>
<br>
Mildred<br>
<br>