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 ç,ď,ź)
أداة عميل SSH و SFTP و SSL و TCP ومحاكي الأندرويد.
فيديو تعليمي:
https://www.youtube.com/channel/UCo1x-hkMQA0D-e8Uk2Bmgxw
يمكنك الإبلاغ عن الأخطاء ، وطرح الأسئلة ، وتبادل تجربتك هنا:
https://groups.google.com/forum/#!forum/term-ssh-sftp-ssl-tcp-client
لقد حصلت:
- عميل SSH
- إجراء مشاركة SFTP (التحميل السريع للنصوص والصور والمزيد من التطبيقات الأخرى. لا يلزم أذونات نظام الملفات)
- طبقة مآخذ توصيل آمنة (SSL) وعملاء يشبهون محطة TCP الأولية (لاختبار الخدمات عن بُعد)
- محطة أندرويد
- BusyBox (غير الجذر فقط)
- جلسات متعددة في وقت واحد
- تشفير كلمة المرور (Android 6.0 Marshmallow وما فوقها ، AES 256 عبر Android
تقنية Keystore: يتم الاحتفاظ بالمفتاح خارج مساحة التطبيق وقد يكون مرتبطًا بـ
أجهزة آمنة)
- اختصارات قاذفة
- علامات التبويب تشبه كروم
- محاكاة الماوس (محدودة)
- قرصة للتكبير
- مصادقة المفتاح العام (RSA ، ECDSA) عبر Android KeyChain (يعمل الجهاز بشكل مشابه تمامًا للبطاقة الذكية: لا يمكن للتطبيق الوصول إلى المفتاح الخاص مطلقًا حتى لا يتعرض المفتاح للخطر ، ولكن يجب عليك تمكين قفل الشاشة الآمن على الجهاز) .
يدعم Android KeyChain المفاتيح بتنسيق PKCS # 12 (* .p12 * .pfx).
على نظام Linux على سبيل المثال:
$ سه كجن
$ openssl req -x509-new-id id_rsa-days 10000 -out id_rsa.crt
$ openssl pkcs12 -export -out id_rsa.p12 -in id_rsa.crt -inkey id_rsa
تجريبي:
- الإكمال التلقائي (إرسال مفتاح Tab تلقائيًا)
- الضغط لفترة طويلة على CTRL (البديل Ctrl + c ، d ، z لـ ç ، ď ، ź)