Not able to login to the beagle bone black using SSH

500 views
Skip to first unread message

Megha Bhirade

unread,
Jul 19, 2019, 6:49:19 AM7/19/19
to BeagleBoard
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  deb...@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





Megha Bhirade

unread,
Jul 19, 2019, 6:53:17 AM7/19/19
to BeagleBoard
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 

Dennis Lee Bieber

unread,
Jul 19, 2019, 1:27:29 PM7/19/19
to beagl...@googlegroups.com
On Fri, 19 Jul 2019 03:49:19 -0700 (PDT), Megha Bhirade
<meghsb...@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 deb...@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):

-=-=-=-

C:\Users\Wulfraed>ssh 192.168.7.1
ssh: connect to host 192.168.7.1 port 22: Connection refused


C:\Users\Wulfraed>ssh 192.168.7.2
The authenticity of host '192.168.7.2 (192.168.7.2)' can't be established.
ECDSA key fingerprint is
SHA256:80okk/Rgg0kQNBFcFu9CdsMiN58cdbzIzN1a3rcpdU0.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '192.168.7.2' (ECDSA) to the list of known
hosts.
wulf...@192.168.7.2's password:

C:\Users\Wulfraed>ssh deb...@192.168.7.2
deb...@192.168.7.2's password:

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Fri Jul 12 17:43:54 2019 from fe80::c932:bd85:577:9922%eth0
debian@beaglebone:~$
-=-=-=-

Note the second qualifier -- SSH defaults to using YOUR LOGIN name,
which doesn't exist on the BBB. You have to specify the login name when
invoking SSH.


--
Wulfraed Dennis Lee Bieber AF6VN
wlf...@ix.netcom.com http://wlfraed.microdiversity.freeddns.org/

Megha Bhirade

unread,
Jul 21, 2019, 12:04:21 AM7/21/19
to BeagleBoard
hi,

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


      
Reply all
Reply to author
Forward
0 new messages