Forum

Full Version: Enable ssh & reset root pw before firstboot?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I need to re-install xbian. I do so using dd in linux:

sudo dd if=/home/kgoerbig/Downloads/XBian1.0Alpha5.img of=/dev/sdd

After the write is completed, is there a way to enable ssh, and reset the root pw via config file before I do a firstboot into xbmc? Enabling ssh & resetting root/xbian pw's via XBMC menus is kind of a pain.
You can use for enable ssh "xbian-config" and then connect with winscp or putty.

sudo passwd root

To change root pw
@kgoerbig

boot first with additional parameter in cmdline.txt
Code:
init=/bin/bash
Reference URL's