dartssh2
dartssh2 copied to clipboard
Feature Request: Host Key Verification
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,