"Jason Titus" <[EMAIL PROTECTED]> writes:
> Well, the 1999-03-07 snapshot still does this on ARM Linux 2.2.1 when
> recieving a connection (from the same host through TCP-IP) -
>
> server_initiate()
> Client version: SSH-2.0-lsh_0.0 lsh - a free ssh
> handle_dh_init()
> Client requesting a tty...
> granted.
> tty_setctty: unlockpt() failed,
> (errno = 14): Bad address
> lshd: Can't set controlling tty for child!
> Child 2467 died with exit code 1.
Strange. The code in the latest snapshots should have an #if 0 around
that call to unlockpt().
> I'll keep hacking around with it....
Please do. Note that you can tell the client not to request a pty, by
running lsh -nt.
/Niels