On Mar 18, 2013, at 9:14 AM, Luigi Semenzato <
seme...@chromium.org> wrote:
> If you are in developer mode, open a crosh (control-alt-T) and issue
> the command "shell". Then you can become root (sudo bash) and set
> passwords for the root and chronos users as you please.
>
It's probably worth adding: Generally, being in dev mode isn't
enough to be able to log in to a Chrome OS device via ssh.
The upstart job that starts sshd isn't present in a base Chrome OS
image. If you want sshd to be running on your device, then in addition
to switching to dev mode you'll need to do one of the following:
1) Build and install your own Chromium OS image.
2) Disable rootfs verification on your device, and then copy the
openssh-server job into /etc/init.
3) Write a short script that does what the openssh-server job does,
install it in /usr/local/bin, and then run the script manually after you
boot.
-- jrb