Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save brendanstennett/212a7984626a58682be4833befac7100 to your computer and use it in GitHub Desktop.
Save brendanstennett/212a7984626a58682be4833befac7100 to your computer and use it in GitHub Desktop.
convert PuTTy public key.
# convert PuTTY's public ssh key file into OpenSSH public key
ssh-keygen -i -f id_rsa_putty.pub > id_rsa.pub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment