Created
March 2, 2019 20:31
-
-
Save DevoKun/e6b52dbfbba761bfb9d0138dfbbb7525 to your computer and use it in GitHub Desktop.
Convert ppk to pem on MacOS X
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew install putty | |
puttygen key.ppk -O private-openssh -o key.pem | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment