SSH and Multiple Github Accounts
OverviewEnable the use of multiple ssh-keys (for multiple accounts) in a non intrusive manner. It relies on / uses the following concepts:
Using insteadOf in .gitconfig (Ref) Using an ssh config file (Ref 1Password 8 (Ref) (ssh-agent can be used instead) Specify exact key in ssh-agent (1password) to be used (Ref) General guidance on using multiple ssh keys (Ref) How this guide is differentThe general suggestions found via searching google requires the developer to change the “hostname” when they do a clone.