SSH as chronos and then sudo?
Thanks,
Dmitry
--
--
Chromium OS Developers mailing list: chromiu...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-os-dev?hl=en
--
--
Based on the comment from vapier@, it sounds like the inability
to log in as root with a password is a known bug.
If it's really important to stay logged in across the 'ui'
restart, you'll need to log in using the ssh test keys. Mostly,
that just means changing ~/.ssh/config. My config looks like
this:
Host 100.96.50.* 100.96.51.*
User root
CheckHostIP no
IdentityFile %d/.ssh/testing_rsa
Protocol 2