Skip to content

Instantly share code, notes, and snippets.

@djromero
Created June 15, 2017 15:09
Show Gist options
  • Save djromero/1e0c70873986ff295f5b707b496df0e9 to your computer and use it in GitHub Desktop.
Save djromero/1e0c70873986ff295f5b707b496df0e9 to your computer and use it in GitHub Desktop.
Add ssh keys to keychain in macOS Sierra+
# include in your ~/.ssh/config file
Host *
AddKeysToAgent yes
UseKeychain yes
IdentityFile ~/.ssh/your-private-key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment