Skip to content

Instantly share code, notes, and snippets.

@limay
Created June 14, 2018 12:11
Show Gist options
  • Select an option

  • Save limay/7bfc23729145986be58d5e63178575c9 to your computer and use it in GitHub Desktop.

Select an option

Save limay/7bfc23729145986be58d5e63178575c9 to your computer and use it in GitHub Desktop.
Create SSH Key
# 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