kayws426 / embox

Automatically exported from code.google.com/p/embox
0 stars 1 forks source link

rlogin does not work inside a telnet session #668

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. add module embox.cmd.net.rlogin and then 'make confload-x86/nonvga_debug'
2. run telnetd on Embox
3. connect to Embox from host: telnet 10.0.2.16
4. execute 'rlogin -l <username> 10.0.2.10' inside a telnet session

What is the expected output? What do you see instead?
root@embox:/#rlogin -l alexander 10.0.2.10
Password:
And hangs...

Original issue reported on code.google.com by alexkalmuk@gmail.com on 6 Jan 2014 at 4:12

GoogleCodeExporter commented 9 years ago
Seems is a logical bug... But it is not critical now

Original comment by alexkalmuk@gmail.com on 6 Jan 2014 at 4:13

GoogleCodeExporter commented 9 years ago
fixed since r15373

Original comment by drakon.m...@gmail.com on 10 Mar 2015 at 10:44