Split SSH

This is what I used in ~/.ssh/config to connect to GitHub, instead of setting SSH_AUTH_SOCK.

Host github.com
  HostName github.com
  IdentityAgent "/home/user/.SSH_AGENT_vault"
2 Likes