iSSH 2

700 installs
14 ratings
31 monthly active users
Revenue not available

iSSH 2 Summary

iSSH 2 is a mobile iOS app in Lifestyle by ShenZhen Yuyue Technology Co., Ltd.. Released in Jul 2017 (8 years ago). It has 14 ratings with a 2.36★ (poor) average. Based on AppGoblin estimates, it reaches roughly 31 monthly active users . Store metadata: updated Jan 27, 2026.

Store info: Last updated on App Store on Jan 27, 2026 .


2.36★

Ratings: 14

5★
4★
3★
2★
1★

Screenshots

App screenshot
App screenshot
App screenshot
App screenshot
App screenshot

App Description

iSSH is remote ssh tool for iOS. This app is designed for developers of network professional to use.

Feature
* iSSH is available for all major mobile and desktop systems.
* remote ssh connect;
* ssh key manager
* ssh host manager
* Terminal touch with support of CTRL, ALT, and arrow keys.

openssh 8.2 disable ssh-rsa public key pre auth, rsa type key login will failed
solution 1,
edit /etc/ssh/sshd_config file ,add two line bellow
PubkeyAuthentication yes
PubkeyAcceptedKeyTypes=+ssh-rsa
and then restart sshd service use bellow command
sudo service sshd restart