Skip to content

Instantly share code, notes, and snippets.

@shadyueh
Forked from zircote/ssh.sh
Created April 9, 2021 05:02
Show Gist options
  • Save shadyueh/b80bd10535f6db4a85985943b7c16abb to your computer and use it in GitHub Desktop.
Save shadyueh/b80bd10535f6db4a85985943b7c16abb 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