ColdGrub1384 / Pisth

SSH and SFTP client for iOS
https://develobile.com/pisth
Apache License 2.0
413 stars 67 forks source link

Add support for SSH host key verification #19

Open robled opened 5 years ago

robled commented 5 years ago

I'm running Pisth version 11.3.1. Unless I missed it, I noticed that when connecting to a new host via SSH for the first time, there is no host key verification prompt for adding host trust to your client. Adding this would greatly increase security to help prevent man-in-the-middile attacks on SSH connections.

ColdGrub1384 commented 5 years ago

I use this library to do SSH: https://github.com/NMSSH/NMSSH. I don't think it supports SSH Host Key Verification, but I will look at the code to see if I can implement it

robled commented 5 years ago

Great, thank you! Really like your app and I'm a happy customer.