I've already generated a ssh key pair to connect to a remote machine, and now need to connect to a second/separate machine using the same method.
Should I continue using the same existing key pair (by copying the public key to the new machine)? Or should I create a new key pair and use that for the new machine?
If the latter, how should I do it on my local machine without interfering the existing key pair?