flutter_ssh
flutter_ssh copied to clipboard
Private Key generation (on MacOS) [label:enhancement]
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 Thank you! I will update the doc accordingly.