[quote=“C4Vette, post:74, topic:174353”][quote=“B3rt, post:72, topic:174353”][quote=“C4Vette, post:68, topic:174353”]First Google-hit:
http://wiki.micasaverde.com/index.php/Logon_Vera_SSH
Ed[/quote]
Yes i found that also but on vera lite there is NO info about ssh/wifi etc, only serial and product number, no logins…
I tried already my personal admin password, but no luck to login.
The question remains, how do i log into SSH as root user?[/quote]
Unless I really don’t understand you correctly I honestly think you did not read the document I linked. The document tells you step-by-step how you can retrieve the root password from a VeraLite. It works, I’ve done it that way myself.
Just start SSH (PuttY or whatever) and connect to the local IP-address of the Vera. There is no ‘admin’-account, unless you created it yourself. The rest I quote from the document:
On Vera Lite’s, the root password isn’t printed on the bottom. So you need to access to the ‘Tech Support’ settings. Depending on your UI version, this is either under the Advanced tab, the Settings tab, or the Account tab. There will be an ‘enable’ button. Click that to turn on the tech support service. You will see a message like this:
Tech support full control enabled, access code 3000000-436969
The first number is your serial number, which is always printed on the bottom. The second number is a temporary password created for a user called “remote”. So, follow the same login instructions, but, instead of typing root for the login, type remote. And instead of using the normal password, use that temporary password, 436969 in this case. Once you have gotten in to the console, you can see the actual root password using this command: nvram show | grep pass
You’ll see something like this:
root@MiOS_30000000:~# nvram show | grep pass vera_wifipass=shade83forest
So in this case, shade83forest, is the actual root password. Write it down, and from now on login as ‘root’ as explained earlier, and use that password. The temporary password for the remote user will only be valid for 24 hours or until you click ‘Disable it’ on the tech support page.
[/quote]
Yep did that all and a password is shown, but with that password i cannot login as root…
Is it simply refused.
I just changed it by passwd root as remote user and now it works.
But how the instructions where i could not login as root, the shown root password was simply incorrect…