I currently have a account on a Linux machine that I use to access the code repository. The ssh key was updated a long while back. It has been working just fine. I am no expert in GIT. I followed someone instructions to set up the Linux box. It has been awhile so I can't remember all the steps. Now, I have a new Windows machine. I would like to access my code from this Windows machine too. I have the ssh key for the Windows machine, I would like to add that to GIT. I still need to access the repository from the Linux box so I don't want to mess up the current setting.
If I add the new ssh key to GITLAB, would it append the new key to the previous key or would it override the previous key ?