[prev in list] [next in list] [prev in thread] [next in thread] 

List:       busybox
Subject:    Re: Telnetd configuration
From:       Michael Cashwell <mike.cashwell () sdrcinc ! net>
Date:       2007-05-29 15:08:51
Message-ID: E00276C8-08BE-4D73-81FD-02765AA2E54B () sdrcinc ! net
[Download RAW message or body]

On Tue, 2007-05-29 at 14:41 +0200, Miroslaw Dach wrote:

> 	Could somebody advice me how to start/configure telnetd daemon on my
> power-pc embedded linux which uses busybox 1.4.2 .

I do it via inetd on my ARM systems. Here are the relevant parts (eg:
I'm only showing parts of these files for brevity):

------- /etc/inittab -------
::sysinit:/bin/ash /etc/rc

------- /etc/rc -------
# start the inetd daemon (for telnet logins)
/sbin/inetd

------- /etc/inetd.conf -------
23	stream	tcp	nowait	root	/sbin/telnetd telnetd -l /bin/login

Assuming you have a working network interface (up, configured, etc.) and
working binaries (init, ash, inetd, login, telnetd) this should work.

You will need some kind of authentication database for login to be
happy.

HTH.

-Mike

_______________________________________________
busybox mailing list
busybox@busybox.net
http://busybox.net/cgi-bin/mailman/listinfo/busybox
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic