Page 1 of 1

Hacking SSH access into the Fibaro HC2

Posted: Tue Feb 26, 2013 11:58 am
by jrkalf
For obvious reasons it's handy to have ssh access to the HC2 device.
One being proper zwave logging, which is seriously lacking in the device web-interface.

The biggest reason will be explained in a topic I posted on the Fibaro forums: here!.

To keep it short and simple. We're changing the root password to the word 'root' by executing the following line of lua code in a scene in the fibaro web-interface:

Code: Select all

os.execute('echo "root:root" | chpasswd')
Run the script, then log in as root and CHANGE YOUR PASSWORD!

Re: Hacking SSH access into the Fibaro HC2

Posted: Sat Jan 04, 2014 10:32 am
by mehdi
please help me
[ERROR] 11:54:39: line 1: attempt to call field 'execute' (a nil value)