Skip to content

Instantly share code, notes, and snippets.

@ChaiBapchya
Created April 29, 2020 17:44
Show Gist options
  • Select an option

  • Save ChaiBapchya/128c7ce7d255871ed65ce62bf5cdc69b to your computer and use it in GitHub Desktop.

Select an option

Save ChaiBapchya/128c7ce7d255871ed65ce62bf5cdc69b to your computer and use it in GitHub Desktop.
Generate ssh key
ssh-keygen -t rsa -b 4096 -C "chai.bapat@gmail.com"
eval "$(ssh-agent -s)"
ssh-add ~/src/id_rsa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment