Basically the one thing that allows me to continue working on Chromium
OS as a programmer is the ability to use SSH to get onto a remote
server to get actual work done. Crosh may not have many features but
ssh is a big one. Even as a pure SSH box, my cr-48 is fantastic - a
hardware keyboard makes it better than an Android tablet, and instant
resume and long battery life make it better than an ordinary laptop.
Given that Chromebooks are intended to be really portable, is it
possible to get mosh (
http://mosh.mit.edu/ ) as one of the programs
offered by the crosh shell? mosh improves on ssh by making it more
tolerant of many of the usage models of Chromebooks, including putting
the computer to sleep by closing the lid and switching IP's by
transitioning from WiFI to 3G and back, and some other really nice
features. Essentially, if it makes sense to include SSH in crosh, then
it certainly seems to make sense to at least offer mosh as an
alternative. Mosh is one of the few missing features that would make
ChromeOS a perfect product.
And, since mosh is open source, licensing isn't an issue and the code
can easily be checked for security vulnerabilities by the ChromeOS
team to make sure everything's still secure.
What do you guys think?