shaqian / flutter_ssh

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

add note about OpenSSH keys, add passphrase to key example #7

Closed joatca closed 5 years ago

joatca commented 5 years ago

This adds "passphrase" to the key example code, and also adds a note on how to convert OpenSSH-format keys to PEM keys acceptable to the underlying libraries.

shaqian commented 5 years ago

Thanks a lot!