DEV Community

Discussion on: How to Setup Multiple Ssh Keys for Multiple Github/Bitbucket accounts.

Collapse
 
ferricoxide profile image
Thomas H Jones II

If you're already doing commit-signing, then you've likely also got the problem of having multiple GPG keys. You could save yourself some key-management effort by switching from SSH-only keys to using GPG keys for SSH activities (see this article - one of many on the topic).

Collapse
 
shostarsson profile image
Rémi Lavedrine • Edited

Very interesting, one of my next article is to manage multiple GPG Keys to sign commits and tags. You can see it here :

I will definitely have a look at the article you mentionned.