Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save DominicWatts/9d18afea033535c4d16db6559b51d72a to your computer and use it in GitHub Desktop.

Select an option

Save DominicWatts/9d18afea033535c4d16db6559b51d72a to your computer and use it in GitHub Desktop.
Cli : How to convert .ppk key to OpenSSH key under Linux #CLI
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