Not able to login to the beagle bone black using SSH

Hi,

I am new to the Beagle bone black and trying to work on beagle bone black. after flashing the new software image to the BBB , i am not able to login to the BBB using SSH.

if i checked the IP address using ifconfig it is giving two ip address :

192.168.6.2

192.168.7.2

ipadressof bbb.png

here we can see the two ip addess .

if i used to login the board using :

sudo SSH debian@192.168.6.2
but it is showing connection refused…

how to login to the board using that ip addresses?? please help me to resolve this

in the picture it is : 192.168.6.1 and 192.168.7.1

i tried login with same ip address it is showing connection refused

On Fri, 19 Jul 2019 03:49:19 -0700 (PDT), Megha Bhirade
<meghsbhirade@gmail.com> declaimed the
following:

[image: ipadressof bbb.png] <about:invalid#zClosurez>

  Please don't insert IMAGES -- it's a text window, just cut&paste the
TEXT.

if i used to login the board using :

sudo SSH debian@192.168.6.2
but it is showing connection refused..

how to login to the board using that ip addresses?? please help me to
resolve this

  Short answer: YOU DON'T

  Longer answer: 192.168.7.1 is YOUR MACHINE's end, not the BBB end.
(192.168.6.1 is the IP Macintosh systems see, Windows only sees 192.168.7.1
-- Linux may activate on both).

  The BBB will be found at 192.168.7.2

  Observe (and this is a cut&paste of the TEXT IN THE CONSOLE):

hi,

i used ssh debian@beaglebone.local, it is login to board fine