Re: Using tcpsvd for a remote shell
Erich Schubert <[email protected]>
| Newsgroups | gmane.comp.misc.pape.general |
|---|---|
| Organization | Debian GNU/Linux Developers |
| Message-ID | <[email protected]> |
Hi, > > after having managed to get tcpsvd and sslio working on the embedded > > system i'm developing on, i'm considering getting rid of some other > > apps such as a telnetd ... > > Have you looked at "dropbear"? Dropbear needs fork. I managed to modify tcpsvd to use vfork which is available on MMUless machines, fork is not. I tried dropbear, and i made some progress, but it only crashed, probably due to some bugs in the old uclibc that was supplied for the box i'm developing on. Greetings, Erich