send link to app

iSSH 2 app for iPhone and iPad


4.0 ( 9760 ratings )
Productivity Lifestyle
Developer: 胜明 韩
11.99 USD
Current version: 2.14.6, last update: 8 months ago
First release : 03 Jul 2017
App size: 17.08 Mb

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