Created
June 14, 2018 12:11
-
-
Save limay/7bfc23729145986be58d5e63178575c9 to your computer and use it in GitHub Desktop.
Create SSH Key
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
| # Create a default ssh key | |
| ssh-keygen -t rsa | |
| # Create another named ssh key | |
| ssh-keygen -f ~/.ssh/<username> | |
| ssh-add ~/.ssh/<username> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment