Skip to content

Instantly share code, notes, and snippets.

@nusserstudios
Forked from zircote/ssh.sh
Created August 19, 2020 23:46
Show Gist options
  • Save nusserstudios/c1bbc10e5619b7428bf58a0e11bd110f to your computer and use it in GitHub Desktop.
Save nusserstudios/c1bbc10e5619b7428bf58a0e11bd110f 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