Skip to content

Instantly share code, notes, and snippets.

@coltenkrauter
Created October 4, 2022 05:14
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 coltenkrauter/17041cfa7682048a51c94e737c9107e1 to your computer and use it in GitHub Desktop.
Save coltenkrauter/17041cfa7682048a51c94e737c9107e1 to your computer and use it in GitHub Desktop.
Git SSH config and adding secret key to Apple Keychain for use with Sublime Merge
Host github.com
Hostname github.com
User coltenkrauter
Port 22
IdentityFile /users/coltenkrauter/.ssh/id_ed25519_github
# ssh-add --apple-use-keychain ~/.ssh/id_ed25519_github
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment