Skip to content

Instantly share code, notes, and snippets.

@Cyberbeni
Last active November 30, 2020 21:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Cyberbeni/777613434f2119736daa5edd96c6da36 to your computer and use it in GitHub Desktop.
Save Cyberbeni/777613434f2119736daa5edd96c6da36 to your computer and use it in GitHub Desktop.
~/.ssh/config
Host *
User git
UseKeychain yes
AddKeysToAgent yes
IdentityFile ~/.ssh/id_rsa
ssh-keygen -t rsa
ssh-add -K ~/.ssh/id_rsa
pbcopy < ~/.ssh/id_rsa.pub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment