Friday, December 30, 2011

Use Built-In SSH on Chrome OS and Chromebook


I've been using Hexxeh's Lime build Chromium OS on HP mini 210 just installed few days ago. So far, I think the Linux-based Chrome OS simply works beautifully on mobile PC like netbooks, notebooks and laptops. It also offers built-in SSH on Chrome Shell called crosh.

Here's how to use SSH to connect to servers:
  1. Press ctrl + alt + T to get to the Chrome OS Shell.
  2. Type shell
  3. Type command like this:

  4. ssh -p port username@ip.address

    For example,

    ssh -p 2222 keyable@216.239.51.99

No comments:

Post a Comment