Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save DominicWatts/9d18afea033535c4d16db6559b51d72a to your computer and use it in GitHub Desktop.
Save DominicWatts/9d18afea033535c4d16db6559b51d72a to your computer and use it in GitHub Desktop.
How to convert .ppk key to OpenSSH key under Linux?
sudo apt-get install putty-tools
puttygen key.ppk -O private-openssh -o key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment