Hi Matt,<br>
<br>
I've been working with the latest development version in MTN. Specifically I'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. 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 += -I./ -Wall -W -Wshadow -Wsign-compare<br>
<br>
ifndef IGNORE_SPEED <<--- should this be commented out?<br>
<br>
#for speed<br>
#CFLAGS += -O3 -funroll-all-loops<br>
<br>
#for size<br>
#CFLAGS += -Os<br>
<snip><br>
----------------------------------------------------<br>
<br>
Also, I'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't terminate after the ls is finished
listing the files. Instead it just sits there until I hit the
enter key. 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't included any details as this may be a known issue (or I'm
doing something off-the-wall). But I thought I should report it
anyway. 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>