Skip to content

Instantly share code, notes, and snippets.

@cicorias
Forked from zircote/ssh.sh
Created November 15, 2020 03:33
Show Gist options
  • Save cicorias/5b4a512b2cd433a298823c02cf6432ea to your computer and use it in GitHub Desktop.
Save cicorias/5b4a512b2cd433a298823c02cf6432ea 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