Say you create an SSH key on host 1 and send the public part to host 2 so you can login from host 1 to host 2 without a password. If you then want to login from host 1 to a new host say host 3, what do you do?
Do you create a new key on host one and send that to host 3? Or will that mess up the relationship between host 1 and host 2? Or do you send the same public key to host 3?
I cant find a tutorial that explains what is going on simply enough for my brain to understand.
Thanks