Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
Former Member
3 years agoQuestion about configuring git commit signing for Multiple GitHub Accounts
Hi,
I have two GitHub accounts, one for personal and another for academic purposes. I configured my git config to work with both accounts by following https://developer.1password.com/docs/ssh/git-c...
Former Member
3 years agoHi @404, thanks for your question!
Your commit signing will work as intended without modifying ~/.ssh/config.
Your ~/.ssh/config file is used by the ssh client for authentication, this includes pushing to and pulling from GitHub. It does not have an affect on commit signing. The second link you mentioned is specifically for using multiple keys for authentication.
The git configuration you linked is exclusively for commit signing.
Let us know if you have any further questions!