Skip to content

Use Specific Key for Github

.ssh\config File

Important Notes

Fill in the IdentityFile in the file with the location of the specific key. You will need to download it from your 1Password Vault.

SSH Config File
Host HomelabGit
  HostName github.com
  User git
  IdentityFile ""
  IdentitiesOnly yes

Clone Repository

Clone Repository
git clone HomelabGit:jonathanmcohen/homelab.git