Skip to content

Instantly share code, notes, and snippets.

@mwarr-dev
Forked from zircote/ssh.sh
Created February 16, 2020 00:21
Show Gist options
  • Save mwarr-dev/330e1aad8d54ff1ee84a174197ffc999 to your computer and use it in GitHub Desktop.
Save mwarr-dev/330e1aad8d54ff1ee84a174197ffc999 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