shaqian / flutter_ssh

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

Private Key generation (on MacOS) [label:enhancement] #33

Open markuspaschi opened 4 years ago

markuspaschi commented 4 years ago

In your documentation you state, that MacOS users need: puttygen.

However this command works exactly the same. No need for any additional commands :)

ssh-keygen -p -m PEM -f ~/.ssh/id_rsa

shaqian commented 4 years ago

@markuspaschi Thank you! I will update the doc accordingly.