Results 1 to 5 of 5

Thread: SSH is not working | BeagleBoneBlack image 2017.01

  1. #1
    Join Date
    2017-Jul
    Posts
    4

    Question SSH is not working | BeagleBoneBlack image 2017.01

    I wrote 2017.01 image
    https://images.offensive-security.co....01-bbb.img.xz
    to microSD card,
    inserted it into BeagleBoneBlack.

    Pings are successful, but I can't do SSH.
    ssh: connect to host 192.168.1.11 port 22: Connection timed out
    Looking on sshd_config - it has PermitRootLogin==Yes. So my guess is that SSH daemon is disabled.

    I'm able to edit files on microSD.
    Same time, I don't have keyboard, mouse, monitor, only headless through Ethernet.
    How can I enable SSH?

    P.S. Actually, the same issue was seen on kali-2.0.1-bbb.img and there is article on how to fix
    http://www.brunoc.org/kali-2-0-on-a-beaglebone-black
    but it is not applicable to 2017.01 image.

  2. #2
    Join Date
    2016-Dec
    Posts
    21
    Is ssh service running?
    Code:
    service ssh status
    Should be: active (running)
    Last edited by martinii; 2017-07-21 at 21:08.

  3. #3
    Join Date
    2017-Jul
    Posts
    4
    I don't have keyboard, mouse, monitor, only headless through Ethernet.

    I don't have terminal connection to the BBB!

  4. #4
    Join Date
    2017-Jul
    Posts
    4
    Using FT232RL USB<->Serial board, i managed to connect to BeagleBoneBlack.

    It seems my BBB is loading from eMMC and skipping SD card...

    SD is readable by Laptop.

  5. #5
    Join Date
    2017-Jul
    Posts
    4
    I found the reason: corrupted micro SD card. So it is hardware error.

    Need to try image with another SD...

Similar Threads

  1. Replies: 0
    Last Post: 2015-02-13, 19:39

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •