Results 1 to 2 of 2

Thread: Beaglebone Black: No microHDMI cable = cant use kali

  1. #1
    Join Date
    2013-Sep
    Location
    /dev/null
    Posts
    21

    Beaglebone Black: No microHDMI cable = cant use kali

    Alot of us BBB users dont have microhdmi cables, or in my case cannot find theirs and therefore I cannot use the image i just downloaded - because debian 8 disables ssh for root login.

    Code:
    ssh [email protected] -v
    OpenSSH_7.1p1, OpenSSL 1.0.2d 9 Jul 2015
    debug1: Connecting to 10.81.4.30 [10.81.4.30] port 22.
    debug1: connect to address 10.81.4.30 port 22: Connection refused
    ssh: connect to host 10.81.4.30 port 22: Connection refused

    I have literally no idea how to get this to "work" without making my own image and chopping up bbb.sh so i can edit /etc/ssh/sshd_config and enable root login. I suppose adding
    Code:
    sed -i  's/PermitRootLogin without-password/PermitRootLogin Yes/g' /etc/ssh/sshd_config && update-rc.d ssh enable
    to bbb.sh could work



    Im quite mad, does anyone have any recommendations?

    UPDATE: I cant build my own image cause bbb.sh is broken - https://github.com/offensive-securit...ipts/issues/45
    Last edited by 11552; 2016-01-23 at 19:59.

  2. #2
    Join Date
    2016-Jan
    Posts
    1
    If you use a Kali Linux VM, you can mount your SD card in it and then edit /etc/ssh/sshd_config. That's what I did to enable running headless and connecting via ssh.

Similar Threads

  1. Beaglebone black image not available
    By antonio_ramos8 in forum ARM Archive
    Replies: 0
    Last Post: 2021-01-05, 20:40
  2. Replies: 2
    Last Post: 2015-10-12, 12:04
  3. Portable Kali Machine - Beaglebone black - ?Help?
    By Pily95 in forum ARM Archive
    Replies: 0
    Last Post: 2015-09-10, 18:51
  4. Replies: 4
    Last Post: 2014-12-26, 22:49
  5. BeagleBone Black First Time Connection
    By kevroy314 in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2014-11-09, 20:53

Posting Permissions

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