I have generated SSH keys for a new server installation according to the procedure outlined here. However, when I copy the contents of id_rsa.pub to my keys list on
id_rsa.pub
If you using Sublime you can see ssh-key correctly. Check if there is any id_rsa.pub
ls -al ~/.ssh
If it is in place open it with sublime text
sudo subl /home/user_name/.ssh/id_rsa.pub
Then copy and paste your public ssh key.