Skip to content

Instantly share code, notes, and snippets.

@tanzeelrana
Forked from zircote/ssh.sh
Created November 28, 2022 00:13
Show Gist options
  • Save tanzeelrana/28f40caaf91d1290ab2d1372a4d1a677 to your computer and use it in GitHub Desktop.
Save tanzeelrana/28f40caaf91d1290ab2d1372a4d1a677 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
@tanzeelrana
Copy link
Author

k

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment