appwisp
  • App explorer
  • SDKs insights
  • API
  • Contact
  • About
  • API
  • Github
© 2025 appwisp.com

Term> SSH/SFTP, ssl, tcp clien

com.da.terminal

View detailed information for Term> SSH/SFTP, ssl, tcp clien — ratings, download counts, screenshots, pricing and developer details. See integrated SDKs and related technical data.

Total installs
51.2K(51,298)
Rating
4.2(8 reviews)
Released
October 28, 2018
Last updated
May 25, 2020
Category
Business
Developer
Droid Artel
Developer details

Name
Droid Artel
E-mail
[email protected]
Website
unknown
Country
unknown
Address
unknown
Android SDKs

  • Android SDK
  • Firebase Crashlytics
  • Google AdMob
  • Google Firebase
  • Google Play Billing
Term> SSH/SFTP, ssl, tcp clien Header - AppWisp.com

Screenshots

Term> SSH/SFTP, ssl, tcp clien Screenshot 1 - AppWisp.com
Term> SSH/SFTP, ssl, tcp clien Screenshot 2 - AppWisp.com
Term> SSH/SFTP, ssl, tcp clien Screenshot 3 - AppWisp.com
Term> SSH/SFTP, ssl, tcp clien Screenshot 4 - AppWisp.com

Description

SSH, SFTP, SSL and TCP client tool and Android terminal emulator.

Video tutorial:
https://www.youtube.com/channel/UCo1x-hkMQA0D-e8Uk2Bmgxw

You can report bugs, ask questions, share your experience here:
https://groups.google.com/forum/#!forum/term-ssh-sftp-ssl-tcp-client

You get:

- SSH client
- SFTP share action (quick upload of text, images and more from other apps. No file system permissions required)
- SSL and raw TCP terminal-like clients (for testing remote services)
- Android terminal
- BusyBox (non-root only)
- Multiple simultaneous sessions
- Password encryption (Android 6.0 Marshmallow and above, AES 256 via Android
Keystore technology: the key is kept out of application space and may be bound to the
secure hardware)
- Launcher shortcuts
- Chrome-like tabs
- Mouse simulation (limited)
- Pinch to zoom
- Public Key Authentication (RSA, ECDSA) via Android KeyChain (The device acts very similar to a smartcard: the application never gets access to the private key so the key never gets compromised, but You have to enable secure lock screen on the device).
Android KeyChain supports keys in PKCS #12 format (*.p12 *.pfx).

On Linux for example :

$ ssh-keygen
$ openssl req -x509 -new -key id_rsa -days 10000 -out id_rsa.crt
$ openssl pkcs12 -export -out id_rsa.p12 -in id_rsa.crt -inkey id_rsa

Experimental:
- Autocompletion (send Tab key automatically)
- Long tap CTRL (Substitute Ctrl+c,d,z for ç,ď,ź)