How do you handle multiple Git identities? Any tools, workflows, or best practices you recommend?
How do you handle multiple Git identities? Any tools, workflows, or best practices you recommend?
this is required online security 101 btw. otherwise you're sending your full keychain identity (all your pub keys) to every ssh server you try to connect
mubou•9mo ago
If you have multiple github accounts, you can use separate keys by defining custom hosts in your ssh config, but that doesn't seem relevant in your case.
vseplet•9mo ago
mubou•9mo ago
vseplet•9mo ago
But I was wondering if anyone has solved a similar problem or uses some ready-made tool)