dartssh2 icon indicating copy to clipboard operation
dartssh2 copied to clipboard

Feature Request: Host Key Verification

Open jooy2 opened this issue 2 years ago • 0 comments

Hello. I wonder if there are any plans to implement Host Key Verification function. (Server host key can be returned, whether to connect through server host key acceptance)

As in the following ssh2.js (SSH client implemented in JavaScript) hostVerifier example, I would like to be given a server hash to compare against, and handle the process of accepting or rejecting connections via a callback.

https://github.com/mscdex/ssh2#:~:text=Default%3A%20(none)-,hostVerifier,-%2D%20function%20%2D%20Function

If this is not currently possible, it would be nice if implemented in the future.

Regards,

jooy2 avatar Dec 20 '22 05:12 jooy2