DEV Community

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

Collapse
 
cullylarson profile image
Cully Larson

Genuinely curious, why use multiple keys instead of using the same key for all services?

Collapse
 
dewofyouryouth_43 profile image
Jacob E. Shore

Bitbucket won't let me use the same key pub key for two different accounts

Collapse
 
shostarsson profile image
Rémi Lavedrine • Edited

That is bad practice indeed to have the same public key used for two different accounts.
Why don't you want to create 2 key pairs (private/public) and use them on the two different accounts?
Once it is set up, you just have to forget it. So it is not a lot of work to add.

Thread Thread
 
dewofyouryouth_43 profile image
Jacob E. Shore

I’m perfectly happy making multiple key pairs. I was just answering the comment question that in that circumstance it is not an option to use the same key.

Collapse
 
hmojicag profile image
Hazael Mojica

At least for me it's because I use the same computer for work and personal projects.
So I have 2 github accounts, one with email@work.com and the other with email@gmail.com...
Or something...

Collapse
 
cullylarson profile image
Cully Larson

Why not use the same key in that case as well? (Also, "or something" 😂)

Thread Thread
 
shostarsson profile image
Rémi Lavedrine • Edited

Same as Hazael.
And I don't use the same key because from time to time you will have to revoke the key (leaving the company)
In that case you will not have to redo it for all the other accounts. 😉

Thread Thread
 
hmojicag profile image
Hazael Mojica

Hahahaha your reply made my day

Thread Thread
 
cullylarson profile image
Cully Larson

You're only giving the service your public keys though. No need to "revoke" them. Your employer would likely want to remove your key so you no longer have access, but they would want to do that no matter what key you provided. And even if they left it in, it wouldn't be a security risk to you.

Thread Thread
 
shostarsson profile image
Rémi Lavedrine

Definitely right.
Nevertheless, for the purpose of that post, I think that it is good to explain things clearly and not to use "implicit" behavior. That is why I used so many keys in that example. When you are familiar with this you are indeed going to use less keys and not remove everything.
And then, I think that your comment would be of great benefit. :-)

Thread Thread
 
olistik profile image
olistik

@Cully Sometimes you want to use different accounts, in order to isolate the access to the repositories from different devices. In that case (my case) the platform (for example BitBucket) doesn't allow you to share the same public key across different accounts.

Thread Thread
 
edwrdtjustice profile image
Edwrd T

A byproduct of doing this is that it's really easy to identify which key does what.