how to use telnetd of busybox

Denys Vlasenko vda.linux at googlemail.com
Tue May 6 08:35:10 PDT 2008


On Tuesday 06 May 2008 17:19, 宋涛 wrote:
> i use busybox-1.3.2 for my board
> and i want to run telnetd in buysbox
> on the target(192.168.81.100), in start with command:$telnetd -d

What? I barely understand your bug decription.

> telnet
> Trying 192.168.81.100...
> Connected to 192.168.81.100 (192.168.81.100).
> Escape character is '^]'.
> Connection closed by foreign host.

"telnetd -d" is not a valid command:

$ busybox telnetd --help
BusyBox v1.11.0.svn (2008-05-02 23:31:42 CEST) multi-call binary

Usage: telnetd [OPTION]

Handle incoming telnet connections

Options:
        -l LOGIN        Exec LOGIN on connect
        -f issue_file   Display issue_file instead of /etc/issue
        -K              Close connection as soon as login exits
                        (normally wait until all programs close slave pty)
        -p PORT         Port to listen on
        -b ADDR         Address to bind to
        -F              Run in foreground
        -i              Run as inetd subservice

--
vda


More information about the busybox mailing list