Skip to content

Instantly share code, notes, and snippets.

@jsyzdek
Last active September 9, 2023 15:25
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 jsyzdek/916778a735e719097844f5de9cea6eda to your computer and use it in GitHub Desktop.
Save jsyzdek/916778a735e719097844f5de9cea6eda to your computer and use it in GitHub Desktop.
auto load ssh keys
# if your ~/.ssh/config file isn't cutting it for some reason,
# use this. Add as many ssh-add lines as you want.
eval $(ssh-agent -s) > /dev/null
ssh-add ~/.ssh/private-key > /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment