Skip to content

Instantly share code, notes, and snippets.

@bkintanar
Forked from zircote/ssh.sh
Created February 10, 2023 09:05
Show Gist options
  • Save bkintanar/60838f0ebf69cdaacece7450940ea52c to your computer and use it in GitHub Desktop.
Save bkintanar/60838f0ebf69cdaacece7450940ea52c to your computer and use it in GitHub Desktop.
Convert a AWS PEM into a ssh pub key
ssh-keygen -y -f private_key1.pem > public_key1.pub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment