Skip to content

Instantly share code, notes, and snippets.

@BrendanSchell
Created April 27, 2020 12:07
Show Gist options
  • Save BrendanSchell/88bb5a7dee4e69a1b428df5eaf6986a3 to your computer and use it in GitHub Desktop.
Save BrendanSchell/88bb5a7dee4e69a1b428df5eaf6986a3 to your computer and use it in GitHub Desktop.
Set up ssh to allow git
# update ssh config to allow git
echo "Host *
Hostname ssh.github.com
Port 443
AddKeysToAgent yes
IgnoreUnknown UseKeychain
UseKeychain yes
IdentityFile ~/.ssh/id_rsa" >~/.ssh/config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment