An android simple ssh term activity based on https://github.com/jackpal/Android-Terminal-Emulator/ and https://github.com/shikhar/sshj projects.
sshterm is hosted in the following web site
https://github.com/futesat/sshterm
If you think the Android project sshterm listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of sshterm.
Item | Value |
---|---|
Java File Count | 15 |
Supported screen sizes | [mdpi, hdpi] |
Minimum SDK Version | 10 |
Activity Count | 1 |
jar files used | bcprov-jdk16-146.jar slf4j-api-1.6.4.jar sshj-0.7.0.jar |
Required Permissions | android.permission.INTERNET |
There are 1 image files in sshterm. The names of the image files are listed as follows.
atari_small.png
The following screenshort is generated from the image listed above.
sshterm has the following Java source files.
com.futesat.sshterm.AndroidCharacterCompat.java com.futesat.sshterm.AndroidCompat.java com.futesat.sshterm.ByteQueue.java com.futesat.sshterm.EmulatorView.java com.futesat.sshterm.KeyCharacterMapCompat.java com.futesat.sshterm.SSHTermActivity.java com.futesat.sshterm.Screen.java com.futesat.sshterm.TermDebug.java com.futesat.sshterm.TermSession.java com.futesat.sshterm.TermSettings.java com.futesat.sshterm.TerminalEmulator.java com.futesat.sshterm.TextRenderer.java com.futesat.sshterm.TranscriptScreen.java com.futesat.sshterm.UnicodeTranscript.java com.futesat.sshterm.UpdateCallback.java