> 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'm not in front of my linux box right now, this syntax might not be 100% correct. Of course, you can also add a relevant entry to /etc/fstab. HTH, Matt -- [email protected] mailing list
