Last active
November 23, 2017 22:00
-
-
Save qutorial/b2e74034df637de6681a1445015ce706 to your computer and use it in GitHub Desktop.
Generate SSH Key
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 -t ed25519 -C "[email protected]" | |
firefox https://github.com/settings/keys |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment