-
-
Save denys-popov/273d294f5266a72a2b893592f4d563d2 to your computer and use it in GitHub Desktop.
Generate SSH key with Ed25519 key type
This file contains hidden or 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 -o -a 100 -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