If I add an ssh pubic key to a server using ssh-copy-id:
ssh-copy-id -i ~/.ssh/my_id.pub user@server123.com
Will I still be able to connect to the server using the hostname server123.com if the hostname changes to myproductionsite.com, or will I need to re-add public key again after the change?
thanks