Hacking SSH access into the Fibaro HC2
Posted: Tue Feb 26, 2013 11:58 am
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:
Run the script, then log in as root and CHANGE YOUR PASSWORD!
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')