Remote telnet Username and Password?

Started by steveh, July 06, 2013, 12:56:20 PM

Previous topic - Next topic

steveh

Hi All,

Does anyone know the remote telnet password for the "A13_debian_WIFI_GCC_GPIO_IN_OUT_X_I2C_100KHz_scratch_UVC_python_opencv_4G_sixth_release.rar" build/image?

I have been searching high and low. I have tried "root" and "password" as well as "olinuxino" for both without success. (Of course I get the prompt when telnetting to p23 yardy yardy - just need the authentication)

Thanks
Steve

UPDATE - false alarm - it was actually my router I was trying to log into - no good.
It so turns out the above mentioned build does not seem to come with telnet. Just the usual ssh - but, thats too complicated for generic testing in a trusted environment. So for those of you wanting to perform testing with telnet, and too avoid the army of plebs hijacking your thread declaring ssh is the only way to go, this is what I did to get good ol telnet up and running on my faithful Olinuxino;

Install Telnetd - with a net connection, type at the prompt;


root@debian:/# apt-get install telnetd
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  openbsd-inetd
The following NEW packages will be installed:
  openbsd-inetd telnetd
0 upgraded, 2 newly installed, 0 to remove and 265 not upgraded.
Need to get 75.1 kB of archives.
After this operation, 198 kB of additional disk space will be used.
Do you want to continue [Y/n]? Y
Get:1 http://ftp.uk.debian.org/debian/ wheezy/main openbsd-inetd armhf 0.20091229-2 [35.2 kB]
Get:2 http://ftp.uk.debian.org/debian/ wheezy/main telnetd armhf 0.17-36 [39.9 kB]
Fetched 75.1 kB in 3s (21.7 kB/s)
Selecting previously unselected package openbsd-inetd.
(Reading database ... 81320 files and directories currently installed.)
Unpacking openbsd-inetd (from .../openbsd-inetd_0.20091229-2_armhf.deb) ...
Selecting previously unselected package telnetd.
Unpacking telnetd (from .../telnetd_0.17-36_armhf.deb) ...
Processing triggers for man-db ...
Setting up openbsd-inetd (0.20091229-2) ...
Stopping internet superserver: inetd.
Not starting internet superserver: no services enabled.
Setting up telnetd (0.17-36) ...
Adding user telnetd to group utmp


And then create a new user other than root.

root@debian:/etc# adduser newdude
<yardy yardy snip>


And thats it - i was up and running.

Very nice! (What a board).

steve