Sponsored Links
-->

Wednesday, May 2, 2018

ConnectBot + Hacker's Keyboard | Raspberry Pi | Pinterest ...
src: s-media-cache-ak0.pinimg.com

ConnectBot is an open source Secure Shell client for the Android operating system. It lets users securely log in remotely to servers that run a secure shell daemon. This allows the user to enter commands from their Android device and have the commands run on the remote server instead of the local android device. It uses the standard encryption used by SSH2 to keep any commands and data that are transmitted from being eavesdropped by any potential listeners across the network.


Video ConnectBot



Features

  • It supports login with a username and password to any arbitrary server on the local network or internet
  • Supports connections based on a public/private keypair instead of username/password for increased security
  • Allows frequently accessed hosts to be saved in a menu, so that they can quickly be re-connected to
  • Other programs on the android device can use ConnectBot as a ssh-agent (such as the Agit android git client) so that the other program can pass data and commands securely to the server

Once the connection has been made with the remote server, the program presents the user with a terminal where input and output can be sent/received just as if the user were sitting in front of a terminal on the actual server.


Maps ConnectBot



Reception

ConnectBot is the most popular Secure Shell client available for the Android operating system, with over 1,000,000 downloads and more than 30,000 ratings on Google Play.


unix, network, security, everything.: connectbot + hackerskeyboard
src: 2.bp.blogspot.com


See also

  • Comparison of SSH clients
  • Secure Shell

Using ConnectBot as an ssh-agent with Agit (the Android Git Client ...
src: i.ytimg.com


References


Evolution of connectbot (Gource Visualization) [02-23-2018] - YouTube
src: i.ytimg.com


External links

  • Official website
  • ConnectBot at Google Play
  • ConnectBot Android package at the F-Droid repository
  • Source code repository at GitHub
  • Legacy development site at Google Code

Software reviews and tutorials

  • AppBrain
  • Video Tutorial
  • Arbi Tutorial
  • Android Police Tutorial

Source of article : Wikipedia