On Mon, 20 Jun 2005, Matthew Cline wrote:

Dropbear doesn't really work (it didn't even before this, I finally saw
the reason was due to no ttys to allocate (pty_allocate: openpty no such
file or directory)

I can ssh in but it will hang as it can't allocate a tty for the
session.

I'm sure I compiled in unixptys.


I think you need to mount an addtional filesystem on /dev/pts in order
to get this to work, something like this:

mount -t devpts /dev/pts

I think you also need to create a few things (directories and/or files). Search the archives for "pty" and my name - I had the same problem and someone replied with a script to do the needed work.

Michael
--
[email protected] mailing list

Reply via email to