I have SSH key-based authentication setup between my old laptop (private key) and server (public key) and want to setup a brand new laptop and discontinue using the old one. Should I simply delete the authorized_keys file under my account on the server-end and run ssh-keygen again on my new laptop and copy the new public key over? Is that all that is needed? Thanks