Last active
May 30, 2020 20:22
-
-
Save nuclearglow/0a3151fd7a47f925378555020aa63541 to your computer and use it in GitHub Desktop.
correct ssh key creation
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
ssh-keygen -m PEM -t rsa -b 4096 -C "email" -f ~/.ssh/id_xxx | |
ssh-keygen -a 100 -m PEM -t ed25519 -f ~/.ssh/id_ed25519 -C "[email protected]" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment