Skip to content

Instantly share code, notes, and snippets.

@darkdiesel
Last active February 4, 2024 15:57
Show Gist options
  • Save darkdiesel/26b705111b83b78fbf70bff89466810d to your computer and use it in GitHub Desktop.
Save darkdiesel/26b705111b83b78fbf70bff89466810d to your computer and use it in GitHub Desktop.
RSA key generation and get pem from rsa
# generate race key pair
ssh-keygen -t rsa -f cloud-key
# get pem value from public key
ssh-keygen -f cloud-key.pub -e -m pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment