All,
I am experiencing difficulties loging into a host using Openwrt's telnet (busybox 1.0, whiterussian 0.9).
Apparently, telnet does not send a "\r" and the end-of-line, but an "\n":
strace out:
write(3, "dl3sjb\n", 7)
When using the telnet client of a different unix system, I am getting a hex 0D at the end (\r) which works fine:
IP: fm 44.130.x.x to 44.130.x.x Byte 48 prot 6 frag 0 ttl 63 id 44F9
0000 00 09 00 17 01 0A 8A 39 B4 83 02 2C 50 18 08 00 .......9...,P...
0010 1C A9 00 00 64 6C 33 73 6A 62 0D ....dl3sjb
Any ideas?
Regards, dl3sjb
(Last edited by dl3sjb on 6 Apr 2007, 11:38)