Skip to content

Instantly share code, notes, and snippets.

@csaybar
Created May 7, 2020 21:22
Show Gist options
  • Select an option

  • Save csaybar/260f083ae21ebd38d67e78c206019214 to your computer and use it in GitHub Desktop.

Select an option

Save csaybar/260f083ae21ebd38d67e78c206019214 to your computer and use it in GitHub Desktop.
Github SSH-key
cd ~/.ssh
ssh-keygen
cat github_csaybar.pub
#Copy public key in GitHub
eval $(ssh-agent -s) #start an agent!
ssh-add ~/.ssh/github_csaybar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment