Last active
February 4, 2024 15:57
-
-
Save darkdiesel/26b705111b83b78fbf70bff89466810d to your computer and use it in GitHub Desktop.
RSA key generation and get pem from rsa
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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