The Google phone has a very potent ssh client called ConnectBot. For a novice Android phone user, it is easy to get lost among all the options there are to install the ConnectBot ssh client.

Installing ssh using the Android Market

This method is done completely from the Android phone:

  • Press the “Home” button next to the green talk button
  • Expand the tab on the right (or bottom) of the screen to show all the apps available. The tab is gray and has a little triangle in a circle in it. You can expand it by sliding your finger from the tab to the right (or upward).
  • Tap the icon that has “Market” as the label. The icon looks like a white shopping bag, with a green android logo printed on it.
  • Press the “Menu” button next to (or above) the mini track wheel.
  • Tap the “Search” option that pops up.
  • Type in “ssh” and hit the enter key.
  • Select “ConnectBot”
  • Tap “Install”

Within a few seconds your ssh client will be downloaded and installed.

Installing ssh using the Android SDK

This method is much more complex, but if you don’t want to use the Android Market, this method is for you.

  • Download and Install the Android SDK.
  • Open a terminal / console window and go to the directory you installed the SDK to, and go down into the directory.
  • Connect your Google phone to your laptop with the USB cable.
  • Download the latest version of ConnectBot from its website for example: ConnectBot-svn-r211.apk.
  • Install ConnectBot with ./adb install /path/to/ConnectBot-svn-r211.apk (replace version number as appropriate).

Adding a shortcut to your desktop

After using either method, you can use ConnectBot to connect via ssh to a remote host by opening the apps from “Home” as described above. If you want to make a shortcut to ConnectBot to your desktop, just follow these steps:

  • press the “Home” button,
  • tap the “Add” box,
  • tap the “Application” line,
  • slide the list with your finger until you see the “ConnectBot” line,
  • tap the “ConnectBot” line.

References: