Skip to content

Instantly share code, notes, and snippets.

@rkotze
Created March 21, 2022 16:48
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 rkotze/db939f89720d2356cbc729735d2d67c8 to your computer and use it in GitHub Desktop.
Save rkotze/db939f89720d2356cbc729735d2d67c8 to your computer and use it in GitHub Desktop.
Quick tips for handling multiple .ssh keys for Git repos

Git SSH

List ssh keys added ssh-add -L

Add private key ssh-add ~./path/to/private_key

Manual man ssh-add

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment