Talk:NMT:telnetd: Difference between revisions

From Lundman Wiki
No edit summary
 
No edit summary
 
Line 8: Line 8:
/mnt/syb8634/bin/busybox26 telnetd -l /bin/sh -p 23 &
/mnt/syb8634/bin/busybox26 telnetd -l /bin/sh -p 23 &


hopefully this is enough, however I don't see any command shells installed on the box. That might be a bigger problem.
Tested and works.

Latest revision as of 12:26, 23 April 2008

OK SO I followed your instructions, and there's been some dramatic changes to the installation apparently since you accomplished your mission.

Here's an updated installation directory tree: http://pastebin.com/fafee1fe

I've downloaded your busybox application, and updated the ftpserver.sh to include:

/mnt/syb8634/bin/busybox26 telnetd -l /bin/sh -p 23 &

Tested and works.