shaqian / flutter_ssh

SSH and SFTP client for Flutter
https://pub.dartlang.org/packages/ssh
MIT License
117 stars 83 forks source link

Verify host fingerprint #41

Open jda258 opened 4 years ago

jda258 commented 4 years ago

Is there a way to verify host fingerprints before connecting? I can see the output for host fingerprint when connecting, but I don't know how to programmatically access it or prevent it from going ahead and connecting.

lgozalvez commented 3 years ago

@jda258 we have the same issue here. Any luck?

jda258 commented 3 years ago

@lgozalvez I haven't unfortunately. It looks like this project is abandoned. I've forked it to modernize it a bit: https://github.com/jda258/flutter_ssh/commits/master

I hope to add the fingerprinting verification soon to my fork.

lgozalvez commented 3 years ago

@lgozalvez I haven't unfortunately. It looks like this project is abandoned. I've forked it to modernize it a bit: https://github.com/jda258/flutter_ssh/commits/master

I hope to add the fingerprinting verification soon to my fork.

We'll move to your repo and my company would love to contribute. We'll let you know

jda258 commented 3 years ago

I've published the fork here so you don't have to point at my git repo: https://pub.dev/packages/ssh2