Created
May 28, 2019 03:26
-
-
Save Faizanq/ccf0d4e9c9867bcfc2c69a39e4b8487c to your computer and use it in GitHub Desktop.
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
| puttygen command to convert your .pem file to a .ppk file: | |
| sudo puttygen pemKey.pem -o ppkKey.ppk -O private | |
| puttygen command to convert a .ppk file into a .pem file: | |
| sudo puttygen ppkkey.ppk -O private-openssh -o pemkey.pem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment