[erlang-questions] pseudoterminal port process

Daniel Goertzen daniel.goertzen@REDACTED
Tue Oct 15 16:20:04 CEST 2013


Thank you for all the responses.  runpty from lux is the direction that I
had in mind (https://github.com/hawk/lux/blob/master/c_src/runpty.c)

Tony seems curious as to what I'm trying to do, so here it is:

We have an embedded system that uses unix accounts, OpenSSH, and an C++
ncurses program for the user interface.  For a variety or reasons, we want
to get away from unix accounts and go with application-level accounts in
much the same way that a typical web app would do.  OpenSSH does not appear
to support that account model but Erlang SSH can, hence my need for full
pseudoterminal support.

Thanks again,
Dan.


On Sat, Oct 12, 2013 at 7:28 AM, Per Hedeland <per@REDACTED> wrote:

> Daniel Goertzen <daniel.goertzen@REDACTED> wrote:
> >
> >  Before I run off and start writing a pseudoterminal wrapper port,
> >is anyone aware of an existing wrapper or some other solution for my
> >problem?
>
> http://erlang.org/pipermail/erlang-questions/2013-January/072069.html
>
> --Per Hedeland
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20131015/3dabc909/attachment.htm>


More information about the erlang-questions mailing list