In all the guides I fond the way to generate, with ssh-keygen the private and the public keys. I think, but not sure, the two keys are related. Continue with the guides, I copy the public key to bitbucket (for example), and I can exchange information between them.
But, what if I want to use two computers?, I already have a key in the repository, I'm not sure if I can use another key, so I tried to download, I can copy the public key, but I don't see the private one in the repo so,
I don't need it?
I should create another?
Should I copy it from the other computer? and what happens If I can't?
I suppose it isn't a problem if
The keys aren't so close related, but I doubt it because they are created with the same command
The way to work with ssh is to have different keys for different computers.
Note: I'm using ubuntu