what is the password to be given for ssh root@192.168.7.2 for latest Debian Jessie SD card image

Hi ,

This is my first work with Beaglebone black.

I got the latest image bone-debian-8.7-lxqt-4gb-armhf-2017-03-19-4gb.img from https://beagleboard.org/latest-images.

Then I bootup BBB from micro sd card.

And then I tried to connect it through Ethernet on USB with ssh root@192.168.7.2, It is not taking any values.

But with ssh debian@192.168.7.2, it is working fine, when the default password temppwd is given.

Then I changed the root password with sudo passwd root and su - commands.

But the password set so for root is not working for ssh.

(But this root password is working for serial terminal(putty) ie J1 connector in BBB).

Thanks in advance for the help.

Thanks & Regards,
Sajeevan.K

root over ssh is disabled by default.

to re-enable:

http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#i_take_full_responsibility_for_knowing_my_beagle_is_now_insecure

Regards,

Hi Robert C Nelson,

Thank You for the reply and guidance,
I will do the same.

Thanks & Regards,
Sajeevan.K

Dear Rober,

I coudn’t pass either of:
root@beaglebone.local’s password:
or
root@192.168.7.2

Debian 9 image on BBB

root is "disabled" over the "network" interfaces.

if you want to login as root, use the serial interface..

Regards,