Hi Matt,<br>
<br>
I&#39;ve been working with the latest development version in MTN.&nbsp; Specifically I&#39;m building from:<br>
<a href="http://viewmtn.angrygoats.net/revision/tar/d26d5eb2837f46b56a33fb0e7573aa0201abd4d5">http://viewmtn.angrygoats.net/revision/tar/d26d5eb2837f46b56a33fb0e7573aa0201abd4d5</a><br>
<br>
There is a small Makefile problem reported by make as a missing endif.&nbsp; I think the problem is here:<br>
libtommath/Makefile.in<br>
----------------------------------------<br>
#Makefile for GCC<br>
#<br>
#Tom St Denis<br>
<br>
#version of library<br>
VERSION=0.40<br>
<br>
VPATH=@srcdir@<br>
srcdir=@srcdir@<br>
<br>
# Dropbear takes flags from the toplevel makefile<br>
CFLAGS += -I$(srcdir)<br>
<br>
#CFLAGS&nbsp; +=&nbsp; -I./ -Wall -W -Wshadow -Wsign-compare<br>
<br>
ifndef IGNORE_SPEED&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;&lt;--- should this be commented out?<br>
<br>
#for speed<br>
#CFLAGS += -O3 -funroll-all-loops<br>
<br>
#for size<br>
#CFLAGS += -Os<br>
&lt;snip&gt;<br>
----------------------------------------------------<br>
<br>
Also, I&#39;m experiencing a problem when I try to ssh into the dropear-0.49 server from another box such as:<br>
ssh user@server_running_dropbear49 ls<br>
<br>
The command works fine, but doesn&#39;t terminate after the ls is finished
listing the files.&nbsp; Instead it just sits there until I hit the
enter key.&nbsp; If I do the same ssh into the same box running the
dropbear 0.48.1 server there is no problem.<br>
<br>
I haven&#39;t included any details as this may be a known issue (or I&#39;m
doing something off-the-wall).&nbsp; But I thought I should report it
anyway.&nbsp; If you would like details let me know.<br>
<br>
Other than that, the new -N option for dbclient is a fantastic
enhancement for providing inexpensive tunnels for small linux boxes.<br>
<br>
Thanks,<br>
Bill<br>
<br>