Skip to content

Instantly share code, notes, and snippets.

@albenik
Last active December 11, 2019 15:05
Show Gist options
  • Save albenik/fd63d69c82e19ae4183ca3d226b31292 to your computer and use it in GitHub Desktop.
Save albenik/fd63d69c82e19ae4183ca3d226b31292 to your computer and use it in GitHub Desktop.
MacOS ssh + keychain
# MacOS: `ssh-add -K`
Host *
AddKeysToAgent yes
UseKeychain yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment