Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Faizanq/ccf0d4e9c9867bcfc2c69a39e4b8487c to your computer and use it in GitHub Desktop.
Save Faizanq/ccf0d4e9c9867bcfc2c69a39e4b8487c to your computer and use it in GitHub Desktop.
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