flutter_ssh icon indicating copy to clipboard operation
flutter_ssh copied to clipboard

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

Open markuspaschi opened this issue 4 years ago • 1 comments

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

markuspaschi avatar Mar 11 '20 18:03 markuspaschi

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

shaqian avatar Mar 16 '20 14:03 shaqian