Skip to content

Instantly share code, notes, and snippets.

@cyrex562
Created April 27, 2024 19:16
Show Gist options
  • Save cyrex562/ff7ffa2bee0a6b1d8113247bc5a5baad to your computer and use it in GitHub Desktop.
Save cyrex562/ff7ffa2bee0a6b1d8113247bc5a5baad to your computer and use it in GitHub Desktop.
Convert Putty PPK to PEM on debian-like system

Convert Putty PPK to PEM

sudo apt install putty-tools

puttygen {file}.ppk -O private-openssh -o {file}.pem

chmod 400 {file}.pem

ssh -i {file}.pem {user}@{server}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment