/*********************************************************************** * RPi 2B Android telnet ssh * Description: * Because my own Raspberry Pi no display, and now I do not have a computer, very tangled is * I can not use this thing, I did not touch it for nearly 2 months, so think of using Android phone to * control it, Telnet, SSH is also possible. * 2016-5-12 Shenzhen Nanshan Ping Shan village Zengjianfeng ************************************************************* *********/First, reference article:1. Android Phone SSH client http://www.amznz.com/android-ssh-tool/ 2. Connectbot https://code.google.com/archive/p/connectbot/downloads 3. Terminal Emulator forAndroid https://Play.google.com/store/apps/details?id=jackpal.androidtermSecond, Telnet:1. application:terminal Emulator; 2on the inside, use the busybox telnet command to remote to the Raspberry Pi. Third, SSH:1. Application:connectbot; 2. Use its own functionality to SSH to the Raspberry Pi.
RPi 2B Android telnet ssh