Discussion:
BBB: SSH connection refused
Andrei
12 years ago
Permalink
Hello I have run into the problem, I'm unable to SSH to the beaglebone
black.

***@linux-vubj:~> ssh 192.168.7.2 -1 root
ssh: connect to host 192.168.7.2 port 22: Connection refused.

Does anybody knows how to resolve this matter.

Thanks,
Andrei
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
Paulo Ferreira
12 years ago
Permalink
Hello I have run into the problem, I'm unable to SSH to the beaglebone black.
ssh: connect to host 192.168.7.2 port 22: Connection refused.
Does anybody knows how to resolve this matter.
Thanks,
Andrei
-1 (one) is for ssh to use the (old) version 1 protocol.

-l (L) is what you want.

Try it.

Paulo Ferreira
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
Andrei
12 years ago
Permalink
I have tried with the -l (L) as well, nothing changes, response is the
same.
***@linux-vubj:~> ssh 192.168.7.2 -l root
ssh: connect to host 192.168.7.2 port 22: Connection refused.
Post by Andrei
Post by Andrei
Hello I have run into the problem, I'm unable to SSH to the beaglebone
black.
Post by Andrei
ssh: connect to host 192.168.7.2 port 22: Connection refused.
Does anybody knows how to resolve this matter.
Thanks,
Andrei
-1 (one) is for ssh to use the (old) version 1 protocol.
-l (L) is what you want.
Try it.
Paulo Ferreira
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
Furhad Jidda
12 years ago
Permalink
If you are able to communicate through serial terminal ,use " ifconfig usb0
192.168.72.1" and then try connecting via ssh again .
...
--
Regards,
F.J
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
Furhad Jidda
12 years ago
Permalink
my bad !! It should be "ifconfig usb0 192.168.7.2"
...
--
Regards,
F.J
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
Andrew Kondratjev
12 years ago
Permalink
ifconfig usb0 192.168.7.2 didn't resolve the porblem.

I also tried to run:
***@linux-vubj: ~ > ssh -vvv root-***@public.gmane.org
OpenSSH_6.1p1, OpenSSL 1.0.1e 11 feb 2013
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 20: Applying options for *
debug2: ssh_connect: needpriv0
debug1: Connecting to 192.168.7.2 [192.168.7.2] port 22.
debug1: Connect to the address 192.168.7.2 port 22: Connection refused
ssh: Connect to the host 192.168.7.2 port 22: Connection refused
...
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
Loading...